Add middleware
This commit is contained in:
parent
483fd60daa
commit
e6278176e4
6 changed files with 65 additions and 13 deletions
migrations/2021-10-13-000000_init
|
@ -44,10 +44,8 @@ CREATE TABLE schedules
|
|||
periods BLOB
|
||||
NOT NULL
|
||||
);
|
||||
--INSERT INTO schedules (uid, name, periods) VALUES (x'6f666600000000000000000000000000', 'off', x'00');
|
||||
--INSERT INTO schedules (uid, name, periods) VALUES (x'6f6e0000000000000000000000000000', 'on', x'010000009F05');
|
||||
INSERT INTO schedules (uid, name, periods) VALUES (x'00', 'off', x'');
|
||||
INSERT INTO schedules (uid, name, periods) VALUES (x'01', 'on', x'0000173B');
|
||||
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