Migrate status page table

This commit is contained in:
Louis Lam
2022-03-08 14:33:35 +08:00
parent 1e2a8453c6
commit 72ce28a541
2 changed files with 35 additions and 1 deletions

View File

@@ -9,7 +9,7 @@ CREATE TABLE [status_page](
[theme] VARCHAR(30) NOT NULL,
[published] BOOLEAN NOT NULL DEFAULT 1,
[search_engine_index] BOOLEAN NOT NULL DEFAULT 1,
[public] BOOLEAN NOT NULL DEFAULT 1,
[show_tags] BOOLEAN NOT NULL DEFAULT 0,
[password] VARCHAR
);