mattermost-mobile/app/database/schema/server/table_schemas
TheoForger e932cf30a0
Add Index to 'type' column in 'Post' table (#8278)
* update `Post` table schema and migration plan to index `type` column

* use `unsafeExecuteSql()` for adding index during migration

* Update SQL query to create index

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>

* Update docs

* Remove `UNIQUE` from SQL query

Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>

---------

Co-authored-by: Elias Nahum <nahumhbl@gmail.com>
Co-authored-by: Rahim Rahman <rahim.rahman@mattermost.com>
2024-10-26 14:14:56 +02:00
..
category.ts
category_channel.ts
channel.ts
channel_bookmark.ts Channel Bookmarks (#7817) 2024-07-18 09:10:28 +08:00
channel_info.ts add files count column in channel info table and db migration 2023-03-22 15:36:57 +05:30
channel_membership.ts
config.ts
custom_emoji.ts
draft.ts MM-60705 DB migration: added update_at column to draft table for mobile (#8237) 2024-10-15 19:49:22 +05:30
file.ts
group.ts
group_channel.ts
group_membership.ts
group_team.ts
index.ts Channel Bookmarks (#7817) 2024-07-18 09:10:28 +08:00
my_channel.ts
my_channel_settings.ts
my_team.ts
post.ts Add Index to 'type' column in 'Post' table (#8278) 2024-10-26 14:14:56 +02:00
posts_in_channel.ts
posts_in_thread.ts
preference.ts
reaction.ts
role.ts
system.ts
team.ts
team_channel_history.ts
team_membership.ts
team_search_history.ts
team_threads_sync.ts [MM-48375 Gekidou] Threads Sync Fix (#6788) 2022-12-01 21:38:27 +05:30
thread.ts [MM-48375 Gekidou] Threads Sync Fix (#6788) 2022-12-01 21:38:27 +05:30
thread_in_team.ts [MM-48375 Gekidou] Threads Sync Fix (#6788) 2022-12-01 21:38:27 +05:30
thread_participant.ts [MM-48375 Gekidou] Threads Sync Fix (#6788) 2022-12-01 21:38:27 +05:30
user.ts