Move schema update to 54 and add a warning comment

pull/5416/head
Brendan Abolivier 2019-06-10 15:34:41 +01:00
parent 4f0e9a3f01
commit 9cce175bf0
No known key found for this signature in database
GPG Key ID: 1E015C145F1916CD
2 changed files with 3 additions and 1 deletions

View File

@ -25,7 +25,9 @@ logger = logging.getLogger(__name__)
# Remember to update this number every time a change is made to database
# schema files, so the users will be informed on server restarts.
SCHEMA_VERSION = 55
# FIXME: When we merge v1.0.0 into the dinsic branch, we need to remember to also
# regenerate the full schema so that it includes dinsic-specific tables and indexes.
SCHEMA_VERSION = 54
dir_path = os.path.abspath(os.path.dirname(__file__))