chore: db cleanups and migration script fixes.
This commit is contained in:
@@ -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):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user