rathena/sql-files/upgrades/upgrade_20200125.sql
Lemongrass3110 0b3430c777
Fixed some database redundencies (#4565)
Cleaned redundancies in guild members and friends table

Fixes #4564

Thanks to @Everade
2020-02-03 20:27:11 +01:00

14 lines
291 B
SQL

ALTER TABLE `guild_member`
DROP COLUMN `account_id`,
DROP COLUMN `hair`,
DROP COLUMN `hair_color`,
DROP COLUMN `gender`,
DROP COLUMN `class`,
DROP COLUMN `lv`,
DROP COLUMN `exp_payper`,
DROP COLUMN `online`,
DROP COLUMN `name`;
ALTER TABLE `friends`
DROP COLUMN `friend_account`;