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

@@ -8,7 +8,7 @@ import sys
from sqlalchemy import create_engine, text
from sqlalchemy.orm import sessionmaker
DATABASE_URL = "sqlite:///data/sfm.db"
DATABASE_URL = "sqlite:///data/seismo_fleet.db"
def rename_unit(old_id: str, new_id: str):
"""