1
0
Fork 0
mirror of https://github.com/borgbase/vorta synced 2025-01-02 21:25:48 +00:00

chore: minor refactor

This commit is contained in:
Sam 2024-04-01 23:10:58 +05:30
parent ba695dd4d5
commit 59803e6f18

View file

@ -11,13 +11,14 @@
BackupProfileModel,
EventLogModel,
RepoModel,
SchemaVersion,
SettingsModel,
SourceFileModel,
WifiSettingModel,
)
def run_migrations(current_schema: Any, db_connection: SqliteDatabase):
def run_migrations(current_schema: SchemaVersion, db_connection: SqliteDatabase):
"""
Apply new schema versions to database.