1
0
mirror of https://github.com/spl0k/supysonic.git synced 2024-09-19 19:01:03 +00:00

DB schema version bump

This commit is contained in:
Alban Féron 2020-08-30 16:00:40 +02:00
parent 51b30014c6
commit 7939ce1146
No known key found for this signature in database
GPG Key ID: 8CE0313646D16165

View File

@ -24,7 +24,7 @@ from pony.orm import db_session
from urllib.parse import urlparse, parse_qsl
from uuid import UUID, uuid4
SCHEMA_VERSION = "20200607"
SCHEMA_VERSION = "20200620"
def now():