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