summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2014-03-25--23-57.sql
blob: f5c3aad00a1c6e4329f640069131d3be66c23191 (plain) (blame)
1
2
3
#1395789302
ALTER TABLE `charlog` ADD COLUMN `char_id` int(11) unsigned NOT NULL default '0' AFTER `account_id`;
INSERT INTO `sql_updates` (`timestamp`) VALUES (1395789302);