misc: Minor improvements (#1904)

* misc: Minor improvements

* Update legacy-changes.txt

* Update composer.lock
This commit is contained in:
Roman Kelesidis 2025-05-07 22:26:51 +03:00 committed by GitHub
commit 3cdf843a04
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 15 additions and 12 deletions

View file

@ -153,5 +153,5 @@ ALTER TABLE `bb_topics` ADD COLUMN `topic_allow_robots` TINYINT(1) UNSIGNED NOT
INSERT INTO `bb_config` VALUES ('magnet_links_for_guests', '0');
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
// 2.4.5
// 2.4.5-rc.5
DELETE FROM `bb_config` WHERE `config_name` = 'tp_instance_hash';