Start database module
This commit is contained in:
parent
b0709f1200
commit
bfdab13ba4
|
@ -9,6 +9,8 @@ const actionTable = `CREATE TABLE IF NOT EXISTS actions (
|
|||
type TEXT,
|
||||
length INTEGER,
|
||||
counter INTEGER,
|
||||
light TEXT
|
||||
light TEXT,
|
||||
dir INTEGER,
|
||||
sequence INTEGER
|
||||
|
||||
);`
|
Loading…
Reference in New Issue