Merge branch 'config' into display-appeal-src-ip

This commit is contained in:
Zankaria 2024-04-24 13:03:31 +00:00
commit 5f1f7319a3
211 changed files with 697 additions and 494 deletions

View file

@ -313,7 +313,7 @@ CREATE TABLE `pages` (
`content` text,
PRIMARY KEY (`id`),
UNIQUE KEY `u_pages` (`name`,`board`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8mb4;
) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4;
-- --------------------------------------------------------