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:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -40,3 +40,4 @@ result
|
||||
# Added by cargo
|
||||
|
||||
/target
|
||||
*.sqlite
|
||||
|
||||
Reference in New Issue
Block a user