Split migrations #21

Merged
gru merged 2 commits from split_migrations into master 2026-06-05 15:43:10 +02:00
2 changed files with 2 additions and 1998 deletions
Showing only changes of commit ee4c1bfece - Show all commits
+2 -5
View File
@@ -6,11 +6,8 @@ MIGRATIONS: tuple[str, ...] = ()
def run_database_migrations(conn: sqlite3.Connection) -> int:
"""Run pending database migrations.
Note: no migrations are currently required because supported databases are
already expected to use the current schema version.
"""
"""Run pending database migrations."""
applied = 0
for sql in MIGRATIONS:
conn.execute(sql)
File diff suppressed because it is too large Load Diff