mirror of
https://github.com/borgbase/vorta
synced 2025-01-03 05:36:19 +00:00
chore: minor refactor
This commit is contained in:
parent
ba695dd4d5
commit
59803e6f18
1 changed files with 2 additions and 1 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in a new issue