M7-T01: add meter table + model + energy_cost_period.meter_id + backfill migration

This commit is contained in:
2026-06-25 14:48:39 +02:00
parent 2544514f52
commit 32a20785ee
4 changed files with 751 additions and 11 deletions
+1 -1
View File
@@ -15,7 +15,7 @@ if str(PROJECT_ROOT) not in sys.path:
from app.config import get_settings
APP_BASELINE_REVISION = "20260624_12_dsmr_decouple_telegram_id"
APP_BASELINE_REVISION = "20260625_13_meter_table"
class AppDatabaseAdoptionError(RuntimeError):