server/sql/updates/11716_05_characters_gameobject_respawn.sql
VladimirMangos b5e136c289 [11716] Always use _unsigned_ BIGINT fields in DB for time store
Also some other BIGINT fields fixed.
2011-07-07 04:22:07 +04:00

4 lines
266 B
SQL

ALTER TABLE character_db_version CHANGE COLUMN required_11716_04_characters_creature_respawn required_11716_05_characters_gameobject_respawn bit;
ALTER TABLE `gameobject_respawn`
CHANGE COLUMN `respawntime` `respawntime` bigint(20) unsigned NOT NULL default '0';