This commit is contained in:
hsueh chiahao
2025-10-26 10:29:56 +08:00
parent b72142fc44
commit f92417d5e3
13 changed files with 225 additions and 153 deletions

View File

@@ -12,6 +12,8 @@ CREATE TABLE IF NOT EXISTS plugins (
plugin_id VARCHAR(255) UNIQUE NOT NULL,
plugin_name VARCHAR(255) NOT NULL,
private_key TEXT NOT NULL,
trial_date INTEGER DEFAULT 30,
rsa_version INTEGER DEFAULT 1,
deleted BOOLEAN DEFAULT FALSE
);