From 6d75192471bf910a1e36e0bd2b58e12e6d9a6768 Mon Sep 17 00:00:00 2001 From: Chris Mytton Date: Tue, 10 Sep 2013 16:41:25 +0100 Subject: [Zurich] Add schema migration 0029 to bin/update-schema --- bin/update-schema | 1 + 1 file changed, 1 insertion(+) (limited to 'bin/update-schema') 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'); -- cgit v1.2.3