20121031update.sql 305 B

1234
  1. ALTER TABLE `clan_data` ADD `blood_alliance_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0 AFTER `hasCastle`;
  2. ALTER TABLE `clan_data` ADD `blood_oath_count` SMALLINT(5) UNSIGNED NOT NULL DEFAULT 0 AFTER `blood_alliance_count`;
  3. ALTER TABLE `castle` DROP `bloodAlliance`;
  4. ALTER TABLE `fort` DROP `blood`;