Sha256: a2fb0e88e966806faebe84d6aa3f29f93a698faf17602efaa40f8b216d4613ac
Contents?: true
Size: 186 Bytes
Versions: 166
Compression:
Stored size: 186 Bytes
Contents
class AddUniqueIndexOnPracticeCode < ActiveRecord::Migration[5.0] def change remove_index :patient_practices, :code add_index :patient_practices, :code, unique: true end end
Version data entries
166 entries across 166 versions & 1 rubygems