diff options
Diffstat (limited to 'sql-files/upgrades/2013-03-27--18-35.sql')
-rw-r--r-- | sql-files/upgrades/2013-03-27--18-35.sql | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sql-files/upgrades/2013-03-27--18-35.sql b/sql-files/upgrades/2013-03-27--18-35.sql new file mode 100644 index 000000000..fc50953c4 --- /dev/null +++ b/sql-files/upgrades/2013-03-27--18-35.sql @@ -0,0 +1,3 @@ +#1364409316 +ALTER TABLE `char` ADD COLUMN `slotchange` SMALLINT(3) unsigned NOT NULL default '0'; +INSERT INTO `sql_updates` (`timestamp`) VALUES (1364409316);
\ No newline at end of file |