mirror of
https://codeberg.org/catask-org/catask.git
synced 2025-04-19 13:23:41 -05:00
bump delay version
This commit is contained in:
parent
5bea0ff24b
commit
a2edda6ae2
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ CREATE TABLE IF NOT EXISTS questions (
|
|||
answered BOOLEAN NOT NULL DEFAULT FALSE,
|
||||
answer_id INT,
|
||||
pinned BOOLEAN NOT NULL DEFAULT FALSE
|
||||
-- below is reserved for version 1.5.0 or later
|
||||
-- below is reserved for version 1.6.0 or later
|
||||
-- private BOOLEAN NOT NULL DEFAULT FALSE
|
||||
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue