M5-T02: add modbus_device and modbus_reading tables and models

This commit is contained in:
2026-06-22 12:45:50 +02:00
parent eac7860b51
commit d9c82e39fb
7 changed files with 598 additions and 4 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 = "20260621_08_totp"
APP_BASELINE_REVISION = "20260622_09_modbus_tables"
class AppDatabaseAdoptionError(RuntimeError):