This commit is contained in:
4
trunk/dist/sql/game/updates/20080917update.sql
vendored
Normal file
4
trunk/dist/sql/game/updates/20080917update.sql
vendored
Normal file
@@ -0,0 +1,4 @@
|
||||
ALTER TABLE `castle` DROP COLUMN `siegeDayOfWeek`;
|
||||
ALTER TABLE `castle` DROP COLUMN `siegeHourOfDay`;
|
||||
ALTER TABLE `castle` ADD `regTimeOver` enum('true','false') DEFAULT 'true' NOT NULL AFTER `siegeDate`;
|
||||
ALTER TABLE `castle` ADD `regTimeEnd` DECIMAL(20,0) NOT NULL DEFAULT 0 AFTER `regTimeOver`;
|
||||
Reference in New Issue
Block a user