core-legacy/sql/migration_1.sql

9 lines
176 B
MySQL
Raw Normal View History

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');