Add some extra indexes for ACL lookups

This commit is contained in:
Tom Hughes 2019-05-18 12:57:31 +01:00
parent 25951cae38
commit 8e258d810c
3 changed files with 24 additions and 1 deletions

View file

@ -10,7 +10,9 @@
#
# Indexes
#
# acls_k_idx (k)
# acls_k_idx (k)
# index_acls_on_address (address) USING gist
# index_acls_on_domain (domain)
#
class Acl < ActiveRecord::Base