0
0
Fork 1
mirror of https://mau.dev/maunium/synapse.git synced 2024-06-26 06:28:20 +02:00

Fix schema delta versions

This commit is contained in:
Erik Johnston 2017-10-11 13:23:15 +01:00
parent 535cc49f27
commit c2c47550f9
3 changed files with 1 additions and 1 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 = 44
SCHEMA_VERSION = 45
dir_path = os.path.abspath(os.path.dirname(__file__))