feat(apps): cree les six tables data et l'hypertable readings

This commit is contained in:
Meryemel-gham
2026-09-15 16:16:18 +02:00
parent b032f084fc
commit 128133761f
3 changed files with 429 additions and 0 deletions
+4
View File
@@ -1,2 +1,6 @@
# Piege : tout modele absent de ce module reste invisible de `alembic revision
# --autogenerate`, qui genererait alors un drop de sa table.
from app.models.energy import Alert, Dataset, Prediction, Reading, Recommendation, Site
__all__ = ["Alert", "Dataset", "Prediction", "Reading", "Recommendation", "Site"]