Move FTS to delta 25

This commit is contained in:
Erik Johnston 2015-10-22 11:12:28 +01:00
parent 5c41224a89
commit 4d25bc6c92
2 changed files with 3 additions and 3 deletions

View file

@ -25,7 +25,7 @@ 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 = 24
SCHEMA_VERSION = 25
dir_path = os.path.abspath(os.path.dirname(__file__))