diff options
author | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 12:55:15 +0000 |
---|---|---|
committer | Matthew Somerville <matthew@mysociety.org> | 2020-02-14 12:55:15 +0000 |
commit | a5373a4ce9e966f70cd5edf0334c27781d7a2f04 (patch) | |
tree | 9bf59ec3fd7b9de0194dc8e997e57e18f787629c /bin/update-schema | |
parent | 2530538ca6e36b659a63cc3b67099972fe0116af (diff) | |
parent | f0edab7ee84e4358c279a5a8ec37dbb0ae8f1b3d (diff) |
Merge branch 'pwa'
Diffstat (limited to 'bin/update-schema')
-rwxr-xr-x | bin/update-schema | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/update-schema b/bin/update-schema index 807e144eb..7941bc542 100755 --- a/bin/update-schema +++ b/bin/update-schema @@ -212,6 +212,7 @@ else { # (assuming schema change files are never half-applied, which should be the case) sub get_db_version { return 'EMPTY' if ! table_exists('problem'); + return '0071' if table_exists('manifest_theme'); return '0070' if column_like('alert_type', "ref='new_problems'", 'head_title', '{{SITE_NAME}}'); return '0069' if constraint_contains('admin_log_object_type_check', 'template'); return '0068' if column_exists('users', 'oidc_ids'); |