mirror of
https://github.com/araxiaonline/TrinityCore.git
synced 2026-06-17 13:39:46 -04:00
4 lines
211 B
SQL
4 lines
211 B
SQL
ALTER TABLE realmd_db_version CHANGE COLUMN required_7867_01_realmd_account required_7938_01_realmd_account bit;
|
|
|
|
ALTER TABLE account
|
|
CHANGE id id int(11) unsigned NOT NULL auto_increment COMMENT 'Identifier'; |