diff --git a/schema.sql b/schema.sql index 06eb50f..ae78985 100644 --- a/schema.sql +++ b/schema.sql @@ -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;