Files
OneDB/old_updates/20180418-01_playercreateinfo_faction.sql
2021-05-24 15:54:17 +03:00

8 lines
207 B
SQL

/*
Remove factiontemplate from table playercreateinfo
*/
ALTER TABLE `playercreateinfo` DROP COLUMN `factiontemplate`;
INSERT INTO `world_db_version` VALUES ('18', '20180418-01_playercreateinfo_faction');