Address outstanding merging issues with cloud branch (#17160)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
c5e1b36dd3
Коммит
d3a003dcb2
@@ -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
|
||||
);
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user