FILES
This commit is contained in:
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
|
||||
);
|
||||
Reference in New Issue
Block a user