2026-08-21 18:30:13 +08:00
|
|
|
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_account_groups_group_priority_account
|
|
|
|
|
ON account_groups (group_id, priority, account_id);
|
|
|
|
|
|
|
|
|
|
CREATE INDEX CONCURRENTLY IF NOT EXISTS idx_account_groups_account_priority_group
|
|
|
|
|
ON account_groups (account_id, priority, group_id);
|