mattermost/server/channels/db/migrations/postgres
Ibrahim Serdar Acikgoz 084006c0ea
Some checks are pending
API / build (push) Waiting to run
Server CI / Compute Go Version (push) Waiting to run
Server CI / Check mocks (push) Blocked by required conditions
Server CI / Check go mod tidy (push) Blocked by required conditions
Server CI / check-style (push) Blocked by required conditions
Server CI / Check serialization methods for hot structs (push) Blocked by required conditions
Server CI / Vet API (push) Blocked by required conditions
Server CI / Check migration files (push) Blocked by required conditions
Server CI / Generate email templates (push) Blocked by required conditions
Server CI / Check store layers (push) Blocked by required conditions
Server CI / Check mmctl docs (push) Blocked by required conditions
Server CI / Postgres with binary parameters (push) Blocked by required conditions
Server CI / Postgres (push) Blocked by required conditions
Server CI / Postgres (FIPS) (push) Blocked by required conditions
Server CI / Generate Test Coverage (push) Blocked by required conditions
Server CI / Run mmctl tests (push) Blocked by required conditions
Server CI / Run mmctl tests (FIPS) (push) Blocked by required conditions
Server CI / Build mattermost server app (push) Blocked by required conditions
Web App CI / check-lint (push) Waiting to run
Web App CI / check-i18n (push) Blocked by required conditions
Web App CI / check-types (push) Blocked by required conditions
Web App CI / test (platform) (push) Blocked by required conditions
Web App CI / test (mattermost-redux) (push) Blocked by required conditions
Web App CI / test (channels shard 1/4) (push) Blocked by required conditions
Web App CI / test (channels shard 2/4) (push) Blocked by required conditions
Web App CI / test (channels shard 3/4) (push) Blocked by required conditions
Web App CI / test (channels shard 4/4) (push) Blocked by required conditions
Web App CI / upload-coverage (push) Blocked by required conditions
Web App CI / build (push) Blocked by required conditions
[MM-61758] Burn on read feature (#34703)
* Add read receipt store for burn on read message types

* update mocks

* fix invalidation target

* have consistent case on index creation

* Add temporary posts table

* add mock

* add transaction support

* reflect review comments

* wip: Add reveal endpoint

* user check error id instead

* wip: Add ws events and cleanup for burn on read posts

* add burn endpoint for explicitly burning messages

* add translations

* Added logic to associate files of BoR post with the post

* Added test

* fixes

* disable pinning posts and review comments

* MM-66594 - Burn on read UI integration (#34647)

* MM-66244 - add BoR visual components to message editor

* MM-66246 - BoR visual indicator for sender and receiver

* MM-66607 - bor - add timer countdown and autodeletion

* add the system console max time to live config

* use the max expire at and create global scheduler to register bor messages

* use seconds for BoR config values in BE

* implement the read by text shown in the tooltip logic

* unestack the posts from same receiver and BoR  and fix styling

* avoid opening reply RHS

* remove unused dispatchers

* persis the BoR label in the drafts

* move expiration value to metadata

* adjust unit tests to metadata insted of props

* code clean up and some performance improvements; add period grace for deletion too

* adjust migration serie number

* hide bor messages when config is off

* performance improvements on post component and code clean up

* keep bor existing post functionality if config is disabled

* Add read receipt store for burn on read message types

* Add temporary posts table

* add transaction support

* reflect review comments

* wip: Add reveal endpoint

* user check error id instead

* wip: Add ws events and cleanup for burn on read posts

* avoid reacting to unrevealed bor messages

* adjust migration number

* Add read receipt store for burn on read message types

* have consistent case on index creation

* Add temporary posts table

* add mock

* add transaction support

* reflect review comments

* wip: Add reveal endpoint

* user check error id instead

* wip: Add ws events and cleanup for burn on read posts

* add burn endpoint for explicitly burning messages

* adjust post reveal and type with backend changes

* use real config values, adjust icon usage and style

* adjust the delete from from sender and receiver

* improve self deleting logic by placing in badge, use burn endpoint

* adjust websocket events handling for the read by sender label information

* adjust styling for concealed and error state

* update burn-on-read post event handling for improved recipient tracking and multi-device sync

* replace burn_on_read with type in database migrations and model

* remove burn_on_read metadata from PostMetadata and related structures

* Added logic to associate files of BoR post with the post

* Added test

* adjust migration name and fix linter

* Add read receipt store for burn on read message types

* update mocks

* have consistent case on index creation

* Add temporary posts table

* add mock

* add transaction support

* reflect review comments

* wip: Add reveal endpoint

* user check error id instead

* wip: Add ws events and cleanup for burn on read posts

* add burn endpoint for explicitly burning messages

* Added logic to associate files of BoR post with the post

* Added test

* disable pinning posts and review comments

* show attachment on bor reveal

* remove unused translation

* Enhance burn-on-read post handling and refine previous post ID retrieval logic

* adjust the returning chunk to work with bor messages

* read temp post from master db

* read from master

* show the copy link button to the sender

* revert unnecessary check

* restore correct json tag

* remove unused error handling  and clarify burn-on-read comment

* improve type safety and use proper selectors

* eliminate code duplication in deletion handler

* optimize performance and add documentation

* delete bor message for sender once all receivers reveal it

* add burn on read to scheduled posts

* add feature enable check

* use master to avoid  all read recipients race condition

---------

Co-authored-by: Mattermost Build <build@mattermost.com>
Co-authored-by: Ibrahim Serdar Acikgoz <serdaracikgoz86@gmail.com>
Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>

* squash migrations into single file

* add configuration for the scheduler

* don't run messagehasbeenposted hook

* remove parallel tests on burn on read

* add clean up for closing opened modals from previous tests

* simplify delete menu item rendering

* add cleanup step to close open modals after each test to prevent pollution

* streamline delete button visibility logic for Burn on Read posts

* improve reliability of closing post menu and modals by using body ESC key

---------

Co-authored-by: Harshil Sharma <harshilsharma63@gmail.com>
Co-authored-by: Pablo Vélez <pablovv2012@gmail.com>
Co-authored-by: Mattermost Build <build@mattermost.com>
2025-12-11 07:59:50 +01:00
..
000001_create_teams.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000001_create_teams.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000002_create_team_members.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000002_create_team_members.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000003_create_cluster_discovery.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000003_create_cluster_discovery.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000004_create_command_webhooks.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000004_create_command_webhooks.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000005_create_compliances.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000005_create_compliances.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000006_create_emojis.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000006_create_emojis.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000007_create_user_groups.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000007_create_user_groups.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000008_create_group_members.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000008_create_group_members.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000009_create_group_teams.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000009_create_group_teams.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000010_create_group_channels.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000010_create_group_channels.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000011_create_link_metadata.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000011_create_link_metadata.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000012_create_commands.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000012_create_commands.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000013_create_incoming_webhooks.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000013_create_incoming_webhooks.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000014_create_outgoing_webhooks.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000014_create_outgoing_webhooks.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000015_create_systems.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000015_create_systems.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000016_create_reactions.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000016_create_reactions.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000017_create_roles.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000017_create_roles.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000018_create_schemes.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000018_create_schemes.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000019_create_licenses.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000019_create_licenses.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000020_create_posts.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000020_create_posts.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000021_create_product_notice_view_state.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000021_create_product_notice_view_state.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000022_create_sessions.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000022_create_sessions.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000023_create_terms_of_service.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000023_create_terms_of_service.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000024_create_audits.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000024_create_audits.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000025_create_oauth_access_data.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000025_create_oauth_access_data.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000026_create_preferences.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000026_create_preferences.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000027_create_status.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000027_create_status.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000028_create_tokens.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000028_create_tokens.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000029_create_bots.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000029_create_bots.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000030_create_user_access_tokens.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000030_create_user_access_tokens.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000031_create_remote_clusters.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000031_create_remote_clusters.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000032_create_sharedchannels.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000032_create_sharedchannels.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000033_create_sidebar_channels.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000033_create_sidebar_channels.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000034_create_oauthauthdata.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000034_create_oauthauthdata.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000035_create_sharedchannelattachments.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000035_create_sharedchannelattachments.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000036_create_sharedchannelusers.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000036_create_sharedchannelusers.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000037_create_sharedchannelremotes.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000037_create_sharedchannelremotes.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000038_create_jobs.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000038_create_jobs.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000039_create_channel_member_history.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000039_create_channel_member_history.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000040_create_sidebar_categories.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000040_create_sidebar_categories.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000041_create_upload_sessions.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000041_create_upload_sessions.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000042_create_threads.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000042_create_threads.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000043_thread_memberships.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000043_thread_memberships.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000044_create_user_terms_of_service.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000044_create_user_terms_of_service.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000045_create_plugin_key_value_store.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000045_create_plugin_key_value_store.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000046_create_users.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000046_create_users.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000047_create_file_info.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000047_create_file_info.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000048_create_oauth_apps.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000048_create_oauth_apps.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000049_create_channels.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000049_create_channels.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000050_create_channelmembers.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000050_create_channelmembers.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000051_create_msg_root_count.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000051_create_msg_root_count.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000052_create_public_channels.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000052_create_public_channels.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000053_create_retention_policies.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000053_create_retention_policies.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000054_create_crt_channelmembership_count.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000054_create_crt_channelmembership_count.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000055_create_crt_thread_count_and_unreads.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000055_create_crt_thread_count_and_unreads.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000056_upgrade_channels_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000056_upgrade_channels_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000057_upgrade_command_webhooks_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000057_upgrade_command_webhooks_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000058_upgrade_channelmembers_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000058_upgrade_channelmembers_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000059_upgrade_users_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000059_upgrade_users_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000060_upgrade_jobs_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000060_upgrade_jobs_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000061_upgrade_link_metadata_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000061_upgrade_link_metadata_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000062_upgrade_sessions_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000062_upgrade_sessions_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000063_upgrade_threads_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000063_upgrade_threads_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000064_upgrade_status_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000064_upgrade_status_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000065_upgrade_groupchannels_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000065_upgrade_groupchannels_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000066_upgrade_posts_v6.0.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000066_upgrade_posts_v6.0.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000067_upgrade_channelmembers_v6.1.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000067_upgrade_channelmembers_v6.1.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000068_upgrade_teammembers_v6.1.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000068_upgrade_teammembers_v6.1.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000069_upgrade_jobs_v6.1.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000069_upgrade_jobs_v6.1.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000070_upgrade_cte_v6.1.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000070_upgrade_cte_v6.1.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000071_upgrade_sessions_v6.1.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000071_upgrade_sessions_v6.1.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000072_upgrade_schemes_v6.3.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000072_upgrade_schemes_v6.3.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000073_upgrade_plugin_key_value_store_v6.3.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000073_upgrade_plugin_key_value_store_v6.3.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000074_upgrade_users_v6.3.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000074_upgrade_users_v6.3.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000075_alter_upload_sessions_index.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000075_alter_upload_sessions_index.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000076_upgrade_lastrootpostat.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000076_upgrade_lastrootpostat.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000077_upgrade_users_v6.5.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000077_upgrade_users_v6.5.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000078_create_oauth_mattermost_app_id.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000078_create_oauth_mattermost_app_id.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000079_usergroups_displayname_index.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000079_usergroups_displayname_index.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000080_posts_createat_id.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000080_posts_createat_id.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000081_threads_deleteat.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000081_threads_deleteat.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000082_upgrade_oauth_mattermost_app_id.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000082_upgrade_oauth_mattermost_app_id.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000083_threads_threaddeleteat.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000083_threads_threaddeleteat.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000084_recent_searches.down.sql Remove command palette POC (#24044) 2023-07-24 10:31:06 -03:00
000084_recent_searches.up.sql Remove command palette POC (#24044) 2023-07-24 10:31:06 -03:00
000085_fileinfo_add_archived_column.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000085_fileinfo_add_archived_column.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000086_add_cloud_limits_archived.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000086_add_cloud_limits_archived.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000087_sidebar_categories_index.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000087_sidebar_categories_index.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000088_remaining_migrations.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000088_remaining_migrations.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000089_add-channelid-to-reaction.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000089_add-channelid-to-reaction.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000090_create_enums.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000090_create_enums.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000091_create_post_reminder.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000091_create_post_reminder.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000092_add_createat_to_teamembers.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000092_add_createat_to_teamembers.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000093_notify_admin.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000093_notify_admin.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000094_threads_teamid.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000094_threads_teamid.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000095_remove_posts_parentid.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000095_remove_posts_parentid.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000096_threads_threadteamid.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000096_threads_threadteamid.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000097_create_posts_priority.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000097_create_posts_priority.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000098_create_post_acknowledgements.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000098_create_post_acknowledgements.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000099_create_drafts.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000099_create_drafts.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000100_add_draft_priority_column.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000100_add_draft_priority_column.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000101_create_true_up_review_history.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000101_create_true_up_review_history.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000102_posts_originalid_index.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000102_posts_originalid_index.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000103_add_sentat_to_notifyadmin.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000103_add_sentat_to_notifyadmin.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000104_upgrade_notifyadmin.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000104_upgrade_notifyadmin.up.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000105_remove_tokens.down.sql Mono repo -> Master (#22553) 2023-03-22 17:22:27 -04:00
000105_remove_tokens.up.sql [MM-52288] Oauth2 postgres migration issue (#23036) 2023-05-02 12:32:30 -04:00
000106_fileinfo_channelid.down.sql MM-45956: Optimize FileInfo stats query (#22603) 2023-03-23 22:14:04 +05:30
000106_fileinfo_channelid.up.sql MM-45956: Optimize FileInfo stats query (#22603) 2023-03-23 22:14:04 +05:30
000107_threadmemberships_cleanup.down.sql MM-45009: Delete ThreadMemberships from "left" channels (#22559) 2023-04-19 15:20:34 +03:00
000107_threadmemberships_cleanup.up.sql MM-45009: Delete ThreadMemberships from "left" channels (#22559) 2023-04-19 15:20:34 +03:00
000108_remove_orphaned_oauth_preferences.down.sql [MM-52288] Oauth2 postgres migration issue (#23036) 2023-05-02 12:32:30 -04:00
000108_remove_orphaned_oauth_preferences.up.sql [MM-52288] Oauth2 postgres migration issue (#23036) 2023-05-02 12:32:30 -04:00
000109_create_persistent_notifications.down.sql [MM-47751][MM-48102] MPA: Send Persistent Notifications (#21619) 2023-05-18 23:44:12 +05:30
000109_create_persistent_notifications.up.sql [MM-47751][MM-48102] MPA: Send Persistent Notifications (#21619) 2023-05-18 23:44:12 +05:30
000111_update_vacuuming.down.sql Bumping up migration number to 111 (#24341) 2023-08-23 21:15:53 +05:30
000111_update_vacuuming.up.sql Bumping up migration number to 111 (#24341) 2023-08-23 21:15:53 +05:30
000112_rework_desktop_tokens.down.sql [MM-37984] Allow Desktop App to authenticate via external providers outside of the app on supported servers (#24140) 2023-08-30 11:21:43 -04:00
000112_rework_desktop_tokens.up.sql [MM-37984] Allow Desktop App to authenticate via external providers outside of the app on supported servers (#24140) 2023-08-30 11:21:43 -04:00
000113_create_retentionidsfordeletion_table.down.sql [MM-53291] Data retention improvements (#24253) 2023-09-06 08:25:27 -04:00
000113_create_retentionidsfordeletion_table.up.sql [MM-53291] Data retention improvements (#24253) 2023-09-06 08:25:27 -04:00
000114_sharedchannelremotes_drop_nextsyncat_description.down.sql db/migrations: drop nextsyncat and description columns from shared remotes (#25064) 2023-10-31 15:25:16 +03:00
000114_sharedchannelremotes_drop_nextsyncat_description.up.sql db/migrations: drop nextsyncat and description columns from shared remotes (#25064) 2023-10-31 15:25:16 +03:00
000115_user_reporting_changes.down.sql [MM-55014][MM-55015] Add last login timestamp for users, add materialized view and refresh job to keep track of post stats for Postgres (#25152) 2023-11-14 11:26:27 -05:00
000115_user_reporting_changes.up.sql [MM-55014][MM-55015] Add last login timestamp for users, add materialized view and refresh job to keep track of post stats for Postgres (#25152) 2023-11-14 11:26:27 -05:00
000116_create_outgoing_oauth_connections.down.sql [MM-55028] Added OAuthOutgoingConnection store (#25221) 2023-11-20 09:42:07 -05:00
000116_create_outgoing_oauth_connections.up.sql [MM-55028] Added OAuthOutgoingConnection store (#25221) 2023-11-20 09:42:07 -05:00
000117_msteams_shared_channels.down.sql Prep for MS Teams plugin API (#25565) 2023-12-04 13:10:20 -05:00
000117_msteams_shared_channels.up.sql Prep for MS Teams plugin API (#25565) 2023-12-04 13:10:20 -05:00
000118_create_index_poststats.down.sql [MM-55017] Add API method to get users for Admin Reporting (#25499) 2023-12-08 10:30:08 -05:00
000118_create_index_poststats.up.sql [MM-55017] Add API method to get users for Admin Reporting (#25499) 2023-12-08 10:30:08 -05:00
000119_msteams_shared_channels_opts.down.sql Add Options field to RemoteClusters (#25771) 2023-12-19 13:01:35 -05:00
000119_msteams_shared_channels_opts.up.sql Add Options field to RemoteClusters (#25771) 2023-12-19 13:01:35 -05:00
000120_create_channelbookmarks_table.down.sql Channel Bookmarks (#25449) 2024-03-12 08:36:05 -06:00
000120_create_channelbookmarks_table.up.sql Channel Bookmarks (#25449) 2024-03-12 08:36:05 -06:00
000121_remove_true_up_review_history.down.sql [CLD-7567] Deprecate Self Serve: Second Pass (#26853) 2024-05-02 09:15:15 -04:00
000121_remove_true_up_review_history.up.sql [CLD-7567] Deprecate Self Serve: Second Pass (#26853) 2024-05-02 09:15:15 -04:00
000122_preferences_value_length.down.sql MM-57913 Increase maximum length of Preferences.Value column (#27297) 2024-06-19 10:39:37 -04:00
000122_preferences_value_length.up.sql MM-57913 Increase maximum length of Preferences.Value column (#27297) 2024-06-19 10:39:37 -04:00
000123_remove_upload_file_permission.down.sql MM-58525 Fix upload file permissions (#27298) 2024-06-24 10:47:52 -06:00
000123_remove_upload_file_permission.up.sql MM-58525 Fix upload file permissions (#27298) 2024-06-24 10:47:52 -06:00
000124_remove_manage_team_permission.down.sql MM-58548 Remove manage_team permissions from System Console Ancillary permissions (#27395) 2024-07-09 08:21:29 -06:00
000124_remove_manage_team_permission.up.sql MM-58548 Remove manage_team permissions from System Console Ancillary permissions (#27395) 2024-07-09 08:21:29 -06:00
000125_remoteclusters_add_default_team_id.down.sql Adds default team to the remote cluster entity (#27863) 2024-08-08 16:36:27 +02:00
000125_remoteclusters_add_default_team_id.up.sql Adds default team to the remote cluster entity (#27863) 2024-08-08 16:36:27 +02:00
000126_sharedchannels_remotes_add_deleteat.down.sql Adds logical deletes to shared channel remotes and remote clusters (#28159) 2024-09-12 13:55:11 +02:00
000126_sharedchannels_remotes_add_deleteat.up.sql Adds logical deletes to shared channel remotes and remote clusters (#28159) 2024-09-12 13:55:11 +02:00
000127_add_mfa_used_ts_to_users.down.sql [MM-59069] Make sure OTP are actual One Time Password (#28074) 2024-09-17 00:44:32 +02:00
000127_add_mfa_used_ts_to_users.up.sql [MM-59069] Make sure OTP are actual One Time Password (#28074) 2024-09-17 00:44:32 +02:00
000128_create_scheduled_posts.down.sql Feature scheduled messages (#28932) 2024-11-04 11:39:35 +05:30
000128_create_scheduled_posts.up.sql Feature scheduled messages (#28932) 2024-11-04 11:39:35 +05:30
000129_add_property_system_architecture.down.sql Adds the main Property System Architecture components (#29644) 2025-01-13 11:41:44 +00:00
000129_add_property_system_architecture.up.sql Adds the main Property System Architecture components (#29644) 2025-01-13 11:41:44 +00:00
000130_system_console_stats.down.sql [AI assisted]: Improve system console statistics performance (#29899) 2025-02-04 21:54:01 +05:30
000130_system_console_stats.up.sql [AI assisted]: Improve system console statistics performance (#29899) 2025-02-04 21:54:01 +05:30
000131_create_index_pagination_on_property_values.down.sql [MM-62553]+[MM-62554] Property Architecture: cursor based pagination (#30119) 2025-02-13 15:23:50 +00:00
000131_create_index_pagination_on_property_values.up.sql [MM-62553]+[MM-62554] Property Architecture: cursor based pagination (#30119) 2025-02-13 15:23:50 +00:00
000132_create_index_pagination_on_property_fields.down.sql [MM-62553]+[MM-62554] Property Architecture: cursor based pagination (#30119) 2025-02-13 15:23:50 +00:00
000132_create_index_pagination_on_property_fields.up.sql [MM-62553]+[MM-62554] Property Architecture: cursor based pagination (#30119) 2025-02-13 15:23:50 +00:00
000133_add_channel_banner_fields.down.sql Channel banner sql migrations (#30274) 2025-02-25 14:52:15 +05:30
000133_add_channel_banner_fields.up.sql Channel banner sql migrations (#30274) 2025-02-25 14:52:15 +05:30
000134_create_access_control_policies.down.sql [MM-63428] add access control policy store (#30597) 2025-04-02 13:39:28 +02:00
000134_create_access_control_policies.up.sql [MM-63428] add access control policy store (#30597) 2025-04-02 13:39:28 +02:00
000135_sidebarchannels_categoryid.down.sql MM-63756: Added index to sidebarchannels table (#30724) 2025-04-24 12:11:28 +05:30
000135_sidebarchannels_categoryid.up.sql MM-63756: Added index to sidebarchannels table (#30724) 2025-04-24 12:11:28 +05:30
000136_create_attribute_view.down.sql [MM-61756] Attribute Based Access Control - Phase 1 (#30785) 2025-05-15 11:33:08 +02:00
000136_create_attribute_view.up.sql [MM-64437] Hotfix on attribute view creation error (#31225) 2025-05-30 11:35:31 +02:00
000137_update_attribute_view.down.sql [MM-64437] Hotfix on attribute view creation error (#31225) 2025-05-30 11:35:31 +02:00
000137_update_attribute_view.up.sql [MM-64437] Hotfix on attribute view creation error (#31225) 2025-05-30 11:35:31 +02:00
000138_add_default_category_name_to_channel.down.sql Automatic channel category sorting (#30866) 2025-06-11 14:29:36 -04:00
000138_add_default_category_name_to_channel.up.sql Automatic channel category sorting (#30866) 2025-06-11 14:29:36 -04:00
000139_remoteclusters_add_last_global_user_sync_at.down.sql MM-62751: [Shared Channels] Allow remote users to be discoverable in the create DM/GM modal (#30918) 2025-06-13 16:51:12 +02:00
000139_remoteclusters_add_last_global_user_sync_at.up.sql MM-62751: [Shared Channels] Allow remote users to be discoverable in the create DM/GM modal (#30918) 2025-06-13 16:51:12 +02:00
000140_add_lastmemberssyncat_to_sharedchannelremotes.down.sql MM-52600: [Shared Channels] Shared channels do not sync channel membership (#30976) 2025-06-15 10:07:56 +02:00
000140_add_lastmemberssyncat_to_sharedchannelremotes.up.sql MM-52600: [Shared Channels] Shared channels do not sync channel membership (#30976) 2025-06-15 10:07:56 +02:00
000141_add_remoteid_channelid_to_post_acknowledgements.down.sql MM-57326: [Shared Channels] Message priority, acknowledgement and persistent notifications need to be synced (#30736) 2025-06-16 02:30:21 +02:00
000141_add_remoteid_channelid_to_post_acknowledgements.up.sql MM-57326: [Shared Channels] Message priority, acknowledgement and persistent notifications need to be synced (#30736) 2025-06-16 02:30:21 +02:00
000142_create_content_flagging_tables.down.sql Migrate content flagging settings to database (#33989) 2025-10-13 12:24:01 +05:30
000142_create_content_flagging_tables.up.sql Migrate content flagging settings to database (#33989) 2025-10-13 12:24:01 +05:30
000143_content_flagging_table_index.down.sql Migrate content flagging settings to database (#33989) 2025-10-13 12:24:01 +05:30
000143_content_flagging_table_index.up.sql Migrate content flagging settings to database (#33989) 2025-10-13 12:24:01 +05:30
000144_add_dcr_fields_to_oauth_apps.down.sql Authorization metadata endpoint and Dynamic Client Registration of Confidential OAuth Apps (#33642) 2025-11-11 14:27:18 +00:00
000144_add_dcr_fields_to_oauth_apps.up.sql Authorization metadata endpoint and Dynamic Client Registration of Confidential OAuth Apps (#33642) 2025-11-11 14:27:18 +00:00
000145_add_pkce_to_oauthauthdata.down.sql OAuth public client support through DCR and PKCE support for public/confidential clients (#33664) 2025-11-11 17:43:37 +00:00
000145_add_pkce_to_oauthauthdata.up.sql OAuth public client support through DCR and PKCE support for public/confidential clients (#33664) 2025-11-11 17:43:37 +00:00
000146_add_audience_and_resource_to_oauth.down.sql Add support for resource parameter with OAuth (#33743) 2025-11-11 15:24:42 -05:00
000146_add_audience_and_resource_to_oauth.up.sql Add support for resource parameter with OAuth (#33743) 2025-11-11 15:24:42 -05:00
000147_create_autotranslation_tables.down.sql MM-65756 Database Migrations, Indexes and Methods for Auto-Translation (#34047) 2025-11-22 09:32:01 +08:00
000147_create_autotranslation_tables.up.sql MM-65756 Database Migrations, Indexes and Methods for Auto-Translation (#34047) 2025-11-22 09:32:01 +08:00
000148_add_burn_on_read_messages.down.sql [MM-61758] Burn on read feature (#34703) 2025-12-11 07:59:50 +01:00
000148_add_burn_on_read_messages.up.sql [MM-61758] Burn on read feature (#34703) 2025-12-11 07:59:50 +01:00