Sha256: 5f6c5b971f7cce847523fc3fc161afad452babd27c72e9dfaa91bccf95982fa1
Contents?: true
Size: 266 Bytes
Versions: 98
Compression:
Stored size: 266 Bytes
Contents
class CreateIndexOnLowerPatientFamilyName < ActiveRecord::Migration[5.1] def change within_renalware_schema do add_index :patients, "lower(family_name), given_name", name: "idx_patients_on_lower_family_name" end end end
Version data entries
98 entries across 98 versions & 1 rubygems