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