Improve active handling for controllers
This commit is contained in:
parent
ec461a1a14
commit
6459804e1f
7 changed files with 86 additions and 34 deletions
|
|
@ -18,6 +18,7 @@ CREATE TABLE controllers
|
|||
active
|
||||
BOOLEAN
|
||||
NOT NULL
|
||||
DEFAULT false
|
||||
);
|
||||
|
||||
CREATE TABLE relays
|
||||
|
|
|
|||
Loading…
Reference in a new issue