From 3f529db5e46e32da9a8682c75dd6ebced98556e3 Mon Sep 17 00:00:00 2001 From: Lorenzo Yario Date: Fri, 23 Feb 2024 09:19:23 -0800 Subject: [PATCH] wrong branch. oops. --- templates/posts.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/posts.sql b/templates/posts.sql index 9c468c97..070e687b 100644 --- a/templates/posts.sql +++ b/templates/posts.sql @@ -27,5 +27,5 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` ( KEY `time` (`time`), KEY `ip` (`ip`), KEY `list_threads` (`thread`, `sticky`, `bump`) - ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; + ) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;