summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn15531_db.sql
blob: ce0e5630282436dd5b6e0bcdc042f7d2891cf9b1 (plain) (blame)
1
2
3
4
-- `ExpPer` column removed from `mob_db` and `mob_db2` tables

ALTER TABLE `mob_db` DROP COLUMN `ExpPer`;
ALTER TABLE `mob_db2` DROP COLUMN `ExpPer`;