Add rule api and test

This commit is contained in:
WQY\qiong
2022-10-29 19:09:34 +08:00
parent 44475cf005
commit 1109ca4b6d
5 changed files with 59 additions and 14 deletions

View File

@@ -4,3 +4,5 @@ create table rules
(
rule text primary key
);
insert into rules (rule) values ('');