Small fix to the upgrade schema

This commit is contained in:
Yuriy Pikhtarev 2017-01-24 23:59:33 +03:00
commit cfc4a76e6b
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6

View file

@ -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');