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)
2 lines
34 B
SQL
2 lines
34 B
SQL
DROP TABLE IF EXISTS RelayLabels;
|