1
0
This commit is contained in:
Erik Johnston
2018-11-23 16:27:00 +00:00
committed by Brendan Abolivier
parent 4b5ad3dd12
commit 781bd4fb96
@@ -0,0 +1,6 @@
CREATE TABLE IF NOT EXISTS destination_state(
destination TEXT NOT NULL PRIMARY KEY,
connected BOOLEAN NOT NULL
);