M8-T14: add generic meter cost periods

This commit is contained in:
2026-08-23 21:22:06 +02:00
parent 0fb51d338c
commit 567ddb9779
6 changed files with 759 additions and 8 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 = "20260822_18_contract_scopes"
APP_BASELINE_REVISION = "20260822_19_meter_cost_periods"
class AppDatabaseAdoptionError(RuntimeError):