Moved files around, started using Tag submodule

This commit is contained in:
Patrick McDonagh
2016-04-19 17:25:16 -05:00
parent cddab5d10a
commit 921fed5c08
4 changed files with 11 additions and 138 deletions

View File

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