chore: modular monolith folder split (no behavior change)
This commit is contained in:
10
app/slm/models.py
Normal file
10
app/slm/models.py
Normal file
@@ -0,0 +1,10 @@
|
||||
"""
|
||||
Sound Level Meter feature module models
|
||||
"""
|
||||
from sqlalchemy import Column, String, Integer, Boolean, DateTime, Float
|
||||
from sqlalchemy.ext.declarative import declarative_base
|
||||
|
||||
Base = declarative_base()
|
||||
|
||||
# TODO: When we split databases, SLM-specific models will go here
|
||||
# For now, SLM data is in the shared seismo_fleet.db database
|
||||
Reference in New Issue
Block a user