revert: Added TorrentPier instance hash generation

This commit is contained in:
Roman Kelesidis 2025-03-25 14:02:35 +03:00
commit eabf851ee6
6 changed files with 3 additions and 14 deletions

View file

@ -600,8 +600,7 @@ VALUES ('allow_autologin', '1'),
('premod', '0'),
('tor_comment', '1'),
('terms', ''),
('show_board_start_index', '1'),
('tp_instance_hash', '');
('show_board_start_index', '1');
-- ----------------------------
-- Table structure for `bb_cron`

View file

@ -154,3 +154,4 @@ INSERT INTO `bb_config` VALUES ('magnet_links_for_guests', '0');
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
// 2.4.5
DELETE FROM `bb_config` WHERE `config_name` = 'tp_instance_hash';