Bumping up migration number to 111 (#24341)
PR https://github.com/mattermost/mattermost/pull/24039 was reverted which left an erroneous migration 110. So to workaround this, we create a new migration with number 111. ```release-note NONE ```
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
5fc794eb17
Коммит
555009aa82
@@ -0,0 +1,4 @@
|
||||
alter table posts set (autovacuum_vacuum_scale_factor = 0.1, autovacuum_analyze_scale_factor = 0.05);
|
||||
alter table threadmemberships set (autovacuum_vacuum_scale_factor = 0.1, autovacuum_analyze_scale_factor = 0.05);
|
||||
alter table fileinfo set (autovacuum_vacuum_scale_factor = 0.1, autovacuum_analyze_scale_factor = 0.05);
|
||||
alter table preferences set (autovacuum_vacuum_scale_factor = 0.1, autovacuum_analyze_scale_factor = 0.05);
|
||||
Ссылка в новой задаче
Block a user