mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: [comm] 支持插件管理
This commit is contained in:
@@ -10,7 +10,7 @@ CREATE TABLE "pi_plugin"
|
||||
"setting" text,
|
||||
"sysSetting" text,
|
||||
"content" text,
|
||||
"type" strinng NOT NULL,
|
||||
"type" varchar(100) NOT NULL,
|
||||
"disabled" boolean NOT NULL,
|
||||
"create_time" datetime NOT NULL DEFAULT (CURRENT_TIMESTAMP),
|
||||
"update_time" datetime NOT NULL DEFAULT (CURRENT_TIMESTAMP)
|
||||
|
||||
Reference in New Issue
Block a user