chore: db cleanups and migration script fixes.

This commit is contained in:
serversdwn
2026-03-12 22:09:57 +00:00
parent c77794787c
commit 66eddd6fe2
3 changed files with 3 additions and 3 deletions

View File

@@ -44,7 +44,7 @@ def migrate(db_path: str):
if __name__ == "__main__":
db_path = "./data/terra-view.db"
db_path = "./data/seismo_fleet.db"
if len(sys.argv) > 1:
db_path = sys.argv[1]