mirror of
https://github.com/Sarjuuk/aowow.git
synced 2025-11-29 15:58:16 +08:00
* noticed having comments inside querys in these files breaks them * also there appear to be files with \r line endings left
7 lines
235 B
SQL
7 lines
235 B
SQL
ALTER TABLE `aowow_spawns`
|
|
ALTER `type` DROP DEFAULT;
|
|
ALTER TABLE `aowow_spawns`
|
|
CHANGE COLUMN `type` `type` SMALLINT UNSIGNED NOT NULL AFTER `guid`;
|
|
|
|
UPDATE `aowow_dbversion` SET `sql` = CONCAT(IFNULL(`sql`, ''), ' spawns');
|