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