add: migration from main exe
add: sql files embedded in exe
This commit is contained in:
parent
d47a12dbc5
commit
907b52160a
8 changed files with 90 additions and 28 deletions
|
@ -37,4 +37,4 @@ create table schedules
|
|||
periods BLOB
|
||||
);
|
||||
|
||||
INSERT INTO schedules (id, name, periods) VALUES ('off', 'off', x'00');
|
||||
INSERT INTO schedules (id, name, periods) VALUES ('off', 'off', x'00');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue