mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Address outstanding merging issues with cloud branch (#17160)
This commit is contained in:
@@ -626,7 +626,7 @@ CREATE TABLE `Posts` (
|
||||
`Props` text,
|
||||
`Hashtags` text,
|
||||
`Filenames` text,
|
||||
`FileIds` varchar(150) DEFAULT NULL,
|
||||
`FileIds` text,
|
||||
`HasReactions` tinyint(1) DEFAULT NULL,
|
||||
PRIMARY KEY (`Id`),
|
||||
KEY `idx_posts_update_at` (`UpdateAt`),
|
||||
|
||||
@@ -398,7 +398,7 @@ CREATE TABLE public.posts (
|
||||
props character varying(8000),
|
||||
hashtags character varying(1000),
|
||||
filenames character varying(4000),
|
||||
fileids character varying(150),
|
||||
fileids character varying(300),
|
||||
hasreactions boolean
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user