summaryrefslogtreecommitdiff
path: root/sql-files/upgrades/2013-10-10--16-36.sql
blob: 88db7609ee2afad718e38149e599e7cdbd81e742 (plain) (blame)
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);