mirror of
https://git.anonymousland.org/anonymousland/synapse-product.git
synced 2025-01-06 04:48:04 -05:00
Bump schema version to 46
This commit is contained in:
parent
595fe67f01
commit
cfa4e658e0
@ -25,7 +25,7 @@ logger = logging.getLogger(__name__)
|
|||||||
|
|
||||||
# Remember to update this number every time a change is made to database
|
# 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 files, so the users will be informed on server restarts.
|
||||||
SCHEMA_VERSION = 45
|
SCHEMA_VERSION = 46
|
||||||
|
|
||||||
dir_path = os.path.abspath(os.path.dirname(__file__))
|
dir_path = os.path.abspath(os.path.dirname(__file__))
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user