mirror of
https://github.com/spl0k/supysonic.git
synced 2024-11-10 04:02:17 +00:00
DB schema version bump
This commit is contained in:
parent
51b30014c6
commit
7939ce1146
@ -24,7 +24,7 @@ from pony.orm import db_session
|
|||||||
from urllib.parse import urlparse, parse_qsl
|
from urllib.parse import urlparse, parse_qsl
|
||||||
from uuid import UUID, uuid4
|
from uuid import UUID, uuid4
|
||||||
|
|
||||||
SCHEMA_VERSION = "20200607"
|
SCHEMA_VERSION = "20200620"
|
||||||
|
|
||||||
|
|
||||||
def now():
|
def now():
|
||||||
|
Loading…
Reference in New Issue
Block a user