mirror of
https://github.com/simon987/sist2.git
synced 2025-12-13 23:39:04 +00:00
Update sist2-admin for 3.x.x, more fixes
This commit is contained in:
@@ -10,7 +10,7 @@ RUNNING_FRONTENDS: Dict[str, int] = {}
|
||||
|
||||
TESSERACT_LANGS = get_tesseract_langs()
|
||||
|
||||
DB_SCHEMA_VERSION = "2"
|
||||
DB_SCHEMA_VERSION = "3"
|
||||
|
||||
from pydantic import BaseModel
|
||||
|
||||
@@ -76,4 +76,4 @@ def migrate_v1_to_v2(db: PersistentState):
|
||||
|
||||
db["sist2_admin"]["info"] = {
|
||||
"version": "2"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user