X-Git-Url: https://git.openstreetmap.org/rails.git/blobdiff_plain/25951cae383261e057c1a136395780dc88822a6c..8e258d810c8db6e5dccc84fb3292af0e5dd19642:/app/models/acl.rb diff --git a/app/models/acl.rb b/app/models/acl.rb index 095bad89b..ea19c74b0 100644 --- a/app/models/acl.rb +++ b/app/models/acl.rb @@ -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