Refine rule schema

This commit is contained in:
WQY\qiong
2022-10-22 10:58:25 +08:00
parent 9fabfbbbd3
commit 95ec7d3eaf

View File

@@ -2,5 +2,5 @@
create table rules
(
content text primary key
rule text primary key
);