Files
sub2api/backend/migrations/150_account_group_scheduler_indexes_notx.sql
T

6 lines
277 B
SQL
Raw Normal View History

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);