fix: all the bugs with the new database and commanding

This commit is contained in:
Tobias Reisinger 2020-08-24 23:44:49 +02:00
parent 9602e6e937
commit 924633f272
12 changed files with 99 additions and 149 deletions

View file

@ -12,8 +12,10 @@ create table controllers
create table relays
(
number INTEGER
id INTEGER
PRIMARY KEY
AUTOINCREMENT,
number INTEGER
NOT NULL,
name VARCHAR(128)
);