summaryrefslogblamecommitdiff
path: root/sql-files/upgrades/2013-10-10--16-36.sql
blob: 784449898001eacfe9990352dfde60407e897766 (plain) (tree)
1
2
3
4
5
6
7






                                                           
#1381423003
CREATE TABLE IF NOT EXISTS `account_data` (
  `account_id` int(11) unsigned NOT NULL default '0',
  `bank_vault` int(11) unsigned NOT NULL default '0',
  PRIMARY KEY  (`account_id`)
) ENGINE=MyISAM; 
INSERT INTO `sql_updates` (`timestamp`) VALUES (1381423003);