mirror of
https://github.com/araxiaonline/TrinityCore2.git
synced 2026-06-19 22:39:39 -04:00
1ac13728a7
[7546] move uptime table to Realm database, use realmid column. Author: Triply --HG-- branch : trunk
3 lines
140 B
SQL
3 lines
140 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_7536_01_mangos_spell_chain required_7544_01_mangos_uptime bit;
|
|
|
|
DROP TABLE IF EXISTS `uptime`; |