feat: 自动隐藏被覆盖的打包历史
This commit is contained in:
@@ -24,6 +24,7 @@ def _migrate_db():
|
||||
migrations = [
|
||||
("tasks", "branch", "VARCHAR DEFAULT 'main'"),
|
||||
("tasks", "error_category", "VARCHAR"),
|
||||
("tasks", "superseded_at", "TIMESTAMP"),
|
||||
]
|
||||
with engine.connect() as conn:
|
||||
for table, column, col_type in migrations:
|
||||
|
||||
Reference in New Issue
Block a user