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
```
Этот коммит содержится в:
Agniva De Sarker
2023-08-23 21:15:53 +05:30
коммит произвёл GitHub
родитель 5fc794eb17
Коммит 555009aa82
5 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@@ -0,0 +1,4 @@
alter table posts set (autovacuum_vacuum_scale_factor = 0.2, autovacuum_analyze_scale_factor = 0.1);
alter table threadmemberships set (autovacuum_vacuum_scale_factor = 0.2, autovacuum_analyze_scale_factor = 0.1);
alter table fileinfo set (autovacuum_vacuum_scale_factor = 0.2, autovacuum_analyze_scale_factor = 0.1);
alter table preferences set (autovacuum_vacuum_scale_factor = 0.2, autovacuum_analyze_scale_factor = 0.1);