From 163e6d07fb387b68a0ffe6d15f0ae8b1989f5c85 Mon Sep 17 00:00:00 2001 From: Roman Kelesidis Date: Fri, 27 Oct 2023 14:53:05 +0700 Subject: [PATCH] =?UTF-8?q?=F0=9F=98=85=F0=9F=92=99=201000th=20PR=20Merged?= =?UTF-8?q?!=20=F0=9F=92=99=F0=9F=98=85=20(#1001)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- install/sql/mysql.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/sql/mysql.sql b/install/sql/mysql.sql index fa8301f73..6a0054210 100644 --- a/install/sql/mysql.sql +++ b/install/sql/mysql.sql @@ -759,8 +759,8 @@ INSERT INTO `bb_extension_groups` (`group_name`, `cat_id`, `allow_group`, `downl `max_filesize`, `forum_permissions`) VALUES ('Images', '1', '1', '1', '', '262144', ''), ('Archives', '0', '1', '1', '', '262144', ''), - ('Plain text', '0', '0', '1', '', '262144', ''), - ('Documents', '0', '0', '1', '', '262144', ''), + ('Plain text', '0', '1', '1', '', '262144', ''), + ('Documents', '0', '1', '1', '', '262144', ''), ('Real media', '0', '0', '2', '', '262144', ''), ('Torrent', '0', '1', '1', '', '122880', '');