mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update changes.txt
This commit is contained in:
parent
12d8498acc
commit
ced9dde3ec
@ -96,7 +96,7 @@ INSERT INTO `bb_cron` VALUES ('999', '1', 'PM cleanup', 'clean_pm.php', 'daily',
|
|||||||
|
|
||||||
// 2.1.5 (LTS 2023.07)
|
// 2.1.5 (LTS 2023.07)
|
||||||
DELETE FROM `bb_smilies` WHERE `code` = ':ad:';
|
DELETE FROM `bb_smilies` WHERE `code` = ':ad:';
|
||||||
INSERT INTO `bb_smilies` VALUES (':cd:', 'cd.gif', 'cd');
|
INSERT INTO `bb_smilies` (`code`, `smile_url`, `emoticon`) VALUES (':cd:', 'cd.gif', 'cd');
|
||||||
ALTER TABLE `bb_posts_text` CHANGE `post_text` `post_text` MEDIUMTEXT NOT NULL;
|
ALTER TABLE `bb_posts_text` CHANGE `post_text` `post_text` MEDIUMTEXT NOT NULL;
|
||||||
ALTER TABLE `bb_privmsgs_text` CHANGE `privmsgs_text` `privmsgs_text` MEDIUMTEXT NOT NULL;
|
ALTER TABLE `bb_privmsgs_text` CHANGE `privmsgs_text` `privmsgs_text` MEDIUMTEXT NOT NULL;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user