add: migration from main exe

add: sql files embedded in exe
This commit is contained in:
Tobias Reisinger 2019-09-22 02:34:22 +02:00
parent d47a12dbc5
commit 907b52160a
8 changed files with 90 additions and 28 deletions

View file

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