Improve active handling for controllers

This commit is contained in:
Tobias Reisinger 2023-11-28 00:19:15 +01:00
parent ec461a1a14
commit 6459804e1f
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
7 changed files with 87 additions and 35 deletions

View file

@ -18,6 +18,7 @@ CREATE TABLE controllers
active
BOOLEAN
NOT NULL
DEFAULT false
);
CREATE TABLE relays