bump delay version

This commit is contained in:
mystie 2024-09-28 00:43:04 +03:00
parent 5bea0ff24b
commit a2edda6ae2

View file

@ -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;