mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Small fix to the upgrade schema
This commit is contained in:
parent
4568f86a54
commit
cfc4a76e6b
1 changed files with 2 additions and 0 deletions
|
@ -56,3 +56,5 @@ INSERT INTO `bb_cron` VALUES ('', '1', 'Accrual seedbonus', 'tr_seed_bonus.php',
|
|||
|
||||
// 2.1.6
|
||||
UPDATE `bb_config` SET `config_value` = 'http://whatismyipaddress.com/ip/' WHERE `config_name` = 'whois_info';
|
||||
DELETE FROM `bb_smilies` WHERE `code` = ':ad:';
|
||||
INSERT INTO `bb_smilies` VALUES ('', ':сd:', 'сd.gif', 'сd');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue