mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update mysql.sql
This commit is contained in:
parent
5d75284b42
commit
fb783b84cb
@ -663,7 +663,7 @@ CREATE TABLE IF NOT EXISTS `bb_extension_groups` (
|
|||||||
-- Records of bb_extension_groups
|
-- Records of bb_extension_groups
|
||||||
-- ----------------------------
|
-- ----------------------------
|
||||||
INSERT INTO `bb_extension_groups` VALUES ('', 'Images', '1', '1', '1', '', '262144', '');
|
INSERT INTO `bb_extension_groups` VALUES ('', 'Images', '1', '1', '1', '', '262144', '');
|
||||||
INSERT INTO `bb_extension_groups` VALUES ('', 'Archives', '0', '1', '1', '', '262144', '');
|
INSERT INTO `bb_extension_groups` VALUES ('', 'Archives', '0', '1', '1', '', '524288', '');
|
||||||
INSERT INTO `bb_extension_groups` VALUES ('', 'Plain text', '0', '1', '1', '', '262144', '');
|
INSERT INTO `bb_extension_groups` VALUES ('', 'Plain text', '0', '1', '1', '', '262144', '');
|
||||||
INSERT INTO `bb_extension_groups` VALUES ('', 'Documents', '0', '1', '1', '', '262144', '');
|
INSERT INTO `bb_extension_groups` VALUES ('', 'Documents', '0', '1', '1', '', '262144', '');
|
||||||
INSERT INTO `bb_extension_groups` VALUES ('', 'Real media', '0', '0', '2', '', '262144', '');
|
INSERT INTO `bb_extension_groups` VALUES ('', 'Real media', '0', '0', '2', '', '262144', '');
|
||||||
|
Loading…
Reference in New Issue
Block a user