fix: all the bugs with the new database and commanding
This commit is contained in:
parent
9602e6e937
commit
924633f272
12 changed files with 99 additions and 149 deletions
|
@ -12,8 +12,10 @@ create table controllers
|
|||
|
||||
create table relays
|
||||
(
|
||||
number INTEGER
|
||||
id INTEGER
|
||||
PRIMARY KEY
|
||||
AUTOINCREMENT,
|
||||
number INTEGER
|
||||
NOT NULL,
|
||||
name VARCHAR(128)
|
||||
);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue