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
migrations/0001_relay-labels.down.sql
Normal file
1
migrations/0001_relay-labels.down.sql
Normal file
@@ -0,0 +1 @@
|
||||
DROP TABLE IF EXISTS RelayLabels;
|
||||
Reference in New Issue
Block a user