Refine control and rule
This commit is contained in:
@@ -2,7 +2,6 @@
|
||||
|
||||
create table controls
|
||||
(
|
||||
control text primary key
|
||||
_order serial primary key
|
||||
, line text not null
|
||||
);
|
||||
|
||||
insert into controls (control) values ('');
|
||||
|
||||
@@ -2,7 +2,6 @@
|
||||
|
||||
create table rules
|
||||
(
|
||||
rule text primary key
|
||||
_order serial primary key
|
||||
, line text not null
|
||||
);
|
||||
|
||||
insert into rules (rule) values ('');
|
||||
|
||||
Reference in New Issue
Block a user