summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn15531_db.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn15531_db.sql')
-rw-r--r--sql-files/upgrade_svn15531_db.sql4
1 files changed, 4 insertions, 0 deletions
diff --git a/sql-files/upgrade_svn15531_db.sql b/sql-files/upgrade_svn15531_db.sql
new file mode 100644
index 000000000..ce0e56302
--- /dev/null
+++ b/sql-files/upgrade_svn15531_db.sql
@@ -0,0 +1,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`;