mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-26 08:05:33 -07:00
Update legacy-changes.txt
This commit is contained in:
parent
eabc578c64
commit
f43484d1c2
1 changed files with 2 additions and 0 deletions
|
@ -152,3 +152,5 @@ ALTER TABLE `bb_topics` ADD COLUMN `topic_allow_robots` TINYINT(1) UNSIGNED NOT
|
||||||
// 2.4.5
|
// 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', '');
|
INSERT INTO `bb_config` VALUES ('tp_instance_hash', '');
|
||||||
|
ALTER TABLE `bb_bt_torrents` ADD COLUMN `ext_seeders` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0';
|
||||||
|
ALTER TABLE `bb_bt_torrents` ADD COLUMN `ext_leechers` MEDIUMINT(8) UNSIGNED NOT NULL DEFAULT '0';
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue