generators/ofac_migration/templates/migration.rb in kevintyll-ofac-1.1.0 vs generators/ofac_migration/templates/migration.rb in kevintyll-ofac-1.1.1

- old
+ new

@@ -20,9 +20,10 @@ t.string :alternate_identity_type t.text :alternate_identity_name t.string :alternate_identity_remarks t.timestamps end + add_index :ofac_sdns, :sdn_type end def self.down drop_table :ofac_sdns end