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
.env.example
Normal file
1
.env.example
Normal file
@@ -0,0 +1 @@
|
||||
DATABASE_URL=sqlite://db.sqlite
|
||||
Reference in New Issue
Block a user