1
0
mirror of https://github.com/vichan-devel/vichan.git synced 2024-11-23 23:20:57 +01:00
This commit is contained in:
Lorenzo Yario 2024-02-23 09:19:54 -08:00 committed by GitHub
parent 492da02b53
commit 1b539ae40e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -27,5 +27,5 @@ CREATE TABLE IF NOT EXISTS ``posts_{{ board }}`` (
KEY `time` (`time`), KEY `time` (`time`),
KEY `ip` (`ip`), KEY `ip` (`ip`),
KEY `list_threads` (`thread`, `sticky`, `bump`) KEY `list_threads` (`thread`, `sticky`, `bump`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ; ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 AUTO_INCREMENT=1 ;