mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 10:37:30 -07:00
Merge branch 'develop' into feature/atom
This commit is contained in:
commit
12db8b3b5f
11 changed files with 42 additions and 40 deletions
|
@ -114,7 +114,7 @@ CREATE TABLE IF NOT EXISTS `bb_attachments_config` (
|
|||
-- Дамп данных таблицы `bb_attachments_config`
|
||||
--
|
||||
|
||||
INSERT INTO `bb_attachments_config` VALUES ('upload_dir', 'files');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('upload_dir', 'old_files');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('upload_img', 'images/icon_clip.gif');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('topic_icon', 'images/icon_clip.gif');
|
||||
INSERT INTO `bb_attachments_config` VALUES ('display_order', '0');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue