Fix migration 184 number collision between master and release-11.8 (#37100) (#37111)

Automatic Merge
This commit is contained in:
Mattermost Build
2026-06-18 14:05:14 +02:00
committed by GitHub
parent 1554d9aa92
commit 07c3a30ea7
5 changed files with 4 additions and 4 deletions
@@ -363,8 +363,8 @@ channels/db/migrations/postgres/000182_create_channel_join_requests_channel_stat
channels/db/migrations/postgres/000182_create_channel_join_requests_channel_status_index.up.sql
channels/db/migrations/postgres/000183_create_channel_join_requests_user_status_index.down.sql
channels/db/migrations/postgres/000183_create_channel_join_requests_user_status_index.up.sql
channels/db/migrations/postgres/000184_add_lastused_to_incoming_webhooks.down.sql
channels/db/migrations/postgres/000184_add_lastused_to_incoming_webhooks.up.sql
channels/db/migrations/postgres/000184_add_admin_to_permission_level.down.sql
channels/db/migrations/postgres/000184_add_admin_to_permission_level.up.sql
channels/db/migrations/postgres/000185_create_channel_guards.down.sql
channels/db/migrations/postgres/000185_create_channel_guards.up.sql
channels/db/migrations/postgres/000186_create_channel_guards_plugin_id_index.down.sql
@@ -373,8 +373,6 @@ channels/db/migrations/postgres/000187_add_expiresat_to_user_access_tokens.down.
channels/db/migrations/postgres/000187_add_expiresat_to_user_access_tokens.up.sql
channels/db/migrations/postgres/000188_add_expiresat_index_to_user_access_tokens.down.sql
channels/db/migrations/postgres/000188_add_expiresat_index_to_user_access_tokens.up.sql
channels/db/migrations/postgres/000189_add_admin_to_permission_level.down.sql
channels/db/migrations/postgres/000189_add_admin_to_permission_level.up.sql
channels/db/migrations/postgres/000190_channel_bookmarks_board_target_id.down.sql
channels/db/migrations/postgres/000190_channel_bookmarks_board_target_id.up.sql
channels/db/migrations/postgres/000191_channel_bookmarks_target_id_index.down.sql
@@ -387,3 +385,5 @@ channels/db/migrations/postgres/000194_add_type_id_index_to_access_control_polic
channels/db/migrations/postgres/000194_add_type_id_index_to_access_control_policies.up.sql
channels/db/migrations/postgres/000195_threadmemberships_cleanup_v2.down.sql
channels/db/migrations/postgres/000195_threadmemberships_cleanup_v2.up.sql
channels/db/migrations/postgres/000196_add_lastused_to_incoming_webhooks.down.sql
channels/db/migrations/postgres/000196_add_lastused_to_incoming_webhooks.up.sql