add: tag support for controller and relay
add: static on schedule
This commit is contained in:
parent
9a44bc494e
commit
636fdf8df1
11 changed files with 96 additions and 18 deletions
8
sql/migration_1.sql
Normal file
8
sql/migration_1.sql
Normal file
|
@ -0,0 +1,8 @@
|
|||
alter table relays
|
||||
add tag varchar(64);
|
||||
|
||||
alter table controllers
|
||||
add tag varchar(64);
|
||||
|
||||
INSERT INTO schedules (id, name, periods) VALUES ('on', 'on', x'010000009F05');
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue