Sha256: d46f4e0111d17ab19eeb391f4d3c3595966f9428a2388710900a89a6a91a0875
Contents?: true
Size: 301 Bytes
Versions: 49
Compression:
Stored size: 301 Bytes
Contents
class AddIndexToLocalAuthorities < ActiveRecord::Migration # we'd like to be able to run this, but rails quotes the functional index. # add_index :local_authority_entries, # ['local_authority_id', 'lower(label)'], # name: 'index_local_authority_entries_on_lower_label' end
Version data entries
49 entries across 49 versions & 1 rubygems