Moved files around, started using Tag submodule
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
CREATE TABLE IF NOT EXISTS Event_List (
|
||||
id INTEGER PRIMARY KEY,
|
||||
device_name TEXT,
|
||||
alarmID INTEGER,
|
||||
type TEXT,
|
||||
cond TEXT,
|
||||
value REAL,
|
||||
datetime TIMESTAMP,
|
||||
tag TEXT,
|
||||
stroke_number INTEGER
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user