Sha256: 1d02546008bd300704281e2f6168a62aabaa9d141402ed143db16fde3fef362e
Contents?: true
Size: 286 Bytes
Versions: 1
Compression:
Stored size: 286 Bytes
Contents
class AddClassifiationIdentifierToClassification < ActiveRecord::Migration def change add_column :classifications, :classifiation_identifier, :string add_index :classifications, [:classifiation_identifier, :classification_type_id], :name => 'classifications_index1' end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
enju_trunk_subject-1.0.4 | db/migrate/20140427142354_add_classifiation_identifier_to_classification.rb |