mirror of
https://github.com/araxiaonline/OneDB.git
synced 2026-06-13 03:02:22 -04:00
8 lines
197 B
SQL
8 lines
197 B
SQL
/*
|
|
Remove displayID from table playercreateinfo
|
|
*/
|
|
|
|
ALTER TABLE `playercreateinfo` DROP COLUMN `displayID`;
|
|
|
|
INSERT INTO `world_db_version` VALUES ('19', '20180418-02_playercreateinfo_displayid');
|