summaryrefslogblamecommitdiff
path: root/sql-files/upgrades/upgrade_svn15531_db.sql
blob: ce0e5630282436dd5b6e0bcdc042f7d2891cf9b1 (plain) (tree)
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`;