mirror of
https://github.com/WuKongIM/WuKongIMFlutterSDK
synced 2025-05-29 23:22:52 +00:00
2 lines
211 B
SQL
2 lines
211 B
SQL
CREATE INDEX IF NOT EXISTS idx_channel_member_version ON channel_members (channel_id, channel_type,version);
|
|
CREATE INDEX IF NOT EXISTS channel_members_channel_index ON channel_members (channel_id,channel_type); |