Add control api and test
This commit is contained in:
@@ -4,3 +4,5 @@ create table controls
|
||||
(
|
||||
control text primary key
|
||||
);
|
||||
|
||||
insert into controls (control) values ('');
|
||||
|
||||
Reference in New Issue
Block a user