Refine control and rule

This commit is contained in:
WQY\qiong
2022-11-18 22:50:33 +08:00
parent 0b180af5d5
commit 315e94f4ad
5 changed files with 52 additions and 52 deletions

View File

@@ -2,7 +2,6 @@
create table controls
(
control text primary key
_order serial primary key
, line text not null
);
insert into controls (control) values ('');

View File

@@ -2,7 +2,6 @@
create table rules
(
rule text primary key
_order serial primary key
, line text not null
);
insert into rules (rule) values ('');