From: Banana Date: Thu, 14 Sep 2023 16:35:16 +0000 (+0200) Subject: cleanup X-Git-Url: http://91.132.146.200/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F20%2Fhead;p=insipid.git cleanup --- diff --git a/documentation/update.txt b/documentation/update.txt index 07867f3..515a930 100644 --- a/documentation/update.txt +++ b/documentation/update.txt @@ -29,7 +29,7 @@ ALTER TABLE `#REPLACE_ME#_link` CHANGE `hash` `hash` CHAR(32) CHARACTER SET utf8 ALTER TABLE `#REPLACE_ME#_link` CHANGE `search` `search` TEXT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL; ALTER TABLE `#REPLACE_ME#_category` CHANGE `name` `name` VARCHAR(128) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci NOT NULL; - + Folder and its contents lib/MysqlDump can be removed. + + Folder lib/MysqlDump and its contents can be removed. ## version 2.8.1 - Deathwind + Added debug setting into config. See config.default.php for DEBUG constant.