feat(persistence): add SQLite schema for relay labels table

Create infrastructure/persistence/schema.sql with relay_labels table
definition. Table enforces relay_id range (1-8) and label length (max 50).

Ref: T005 (specs/001-modbus-relay-control)
This commit is contained in:
2026-01-01 16:53:50 +01:00
parent 2ee5405c05
commit d8a7ed5d29
5 changed files with 8 additions and 1 deletions

1
.gitignore vendored
View File

@@ -40,3 +40,4 @@ result
# Added by cargo
/target
*.sqlite