split timings, remove useless kvs
This commit is contained in:
@@ -129,14 +129,11 @@ export async function migrate(sql: any) {
|
||||
index_search BOOLEAN NOT NULL DEFAULT true,
|
||||
show_powered_by BOOLEAN NOT NULL DEFAULT true,
|
||||
show_response_time BOOLEAN NOT NULL DEFAULT true,
|
||||
show_cert_expiry BOOLEAN NOT NULL DEFAULT false,
|
||||
bar_frequency TEXT NOT NULL DEFAULT 'daily',
|
||||
bar_count INTEGER NOT NULL DEFAULT 90,
|
||||
custom_domain TEXT UNIQUE,
|
||||
custom_css TEXT,
|
||||
footer_text TEXT,
|
||||
og_image_url TEXT,
|
||||
analytics_html TEXT,
|
||||
auto_refresh_s INTEGER NOT NULL DEFAULT 60,
|
||||
created_at TIMESTAMPTZ DEFAULT now(),
|
||||
updated_at TIMESTAMPTZ DEFAULT now()
|
||||
|
||||
Reference in New Issue
Block a user