l2j_mobius/trunk/dist/sql/game/updates/20080917update.sql
2015-01-01 20:02:50 +00:00

4 lines
299 B
SQL

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`;