mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added TorrentPier instance hash
generation (#1726)
* Added `TorrentPier instance hash` generation * Update CHANGELOG.md
This commit is contained in:
parent
8aa1bd77d7
commit
11f5b50760
5 changed files with 11 additions and 3 deletions
|
@ -600,7 +600,8 @@ VALUES ('allow_autologin', '1'),
|
|||
('premod', '0'),
|
||||
('tor_comment', '1'),
|
||||
('terms', ''),
|
||||
('show_board_start_index', '1');
|
||||
('show_board_start_index', '1'),
|
||||
('tp_instance_hash', '');
|
||||
|
||||
-- ----------------------------
|
||||
-- Table structure for `bb_cron`
|
||||
|
|
|
@ -150,4 +150,5 @@ INSERT INTO `bb_extensions` (`group_id`, `extension`, `comment`) VALUES ('1', 'a
|
|||
ALTER TABLE `bb_topics` ADD COLUMN `topic_allow_robots` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0';
|
||||
|
||||
// 2.4.5
|
||||
INSERT INTO bb_config VALUES ('magnet_links_for_guests', '0');
|
||||
INSERT INTO `bb_config` VALUES ('magnet_links_for_guests', '0');
|
||||
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue