aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorChris Mytton <self@hecticjeff.net>2013-09-12 09:57:17 +0100
committerChris Mytton <self@hecticjeff.net>2013-09-12 09:57:17 +0100
commit738b1068c8ea9df4a24056f1784ff5846bb8bb6b (patch)
treebdbbf99b6c4e4286d9bdf6f380b9df941e663fe4 /bin
parent70ee276344b374773902d9a96c84ad81d7bdfafe (diff)
parentca4487b3b161b857ef5412f93ecd60646697ff2d (diff)
Merge branch 'zurich-mark-external-addresses-deleted'
Conflicts: t/cobrand/zurich.t
Diffstat (limited to 'bin')
-rw-r--r--bin/update-schema1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-schema b/bin/update-schema
index f728f8c56..81c9ff4ab 100644
--- a/bin/update-schema
+++ b/bin/update-schema
@@ -84,6 +84,7 @@ print "Nothing to do\n" if $nothing;
# By querying the database schema, we can see where we're currently at
# (assuming schema change files are never half-applied, which should be the case)
sub get_db_version {
+ return '0029' if column_exists('body', 'deleted');
return '0028' if table_exists('body');
return '0027' if column_exists('problem', 'subcategory');
return '0026' if column_exists('open311conf', 'send_extended_statuses');