Add much stuff for rewrite
This commit is contained in:
parent
4261141c3a
commit
bd44dc3183
37 changed files with 1356 additions and 2551 deletions
migrations/2021-10-13-000000_init
|
@ -61,8 +61,6 @@ CREATE TABLE schedules
|
|||
BLOB
|
||||
NOT NULL
|
||||
);
|
||||
INSERT INTO schedules (uid, name, periods) VALUES (x'00', 'off', x'');
|
||||
INSERT INTO schedules (uid, name, periods) VALUES (x'01', 'on', x'00000000');
|
||||
|
||||
CREATE TABLE tags
|
||||
(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue