rebuild(stage-15): complete governance and handoff
This commit is contained in:
@@ -26,7 +26,6 @@ def main(arguments: Sequence[str] | None = None) -> int:
|
||||
runner = MigrationRunner(database)
|
||||
|
||||
if parsed.command == "status":
|
||||
runner.upgrade(())
|
||||
status = DatabaseStatusRepository(database).get()
|
||||
print(f"available={str(status.available).lower()} schema_version={status.schema_version}")
|
||||
return 0
|
||||
|
||||
Reference in New Issue
Block a user