Sha256: 611a4652d2d040d2a1ecf223163c2a82d4cf5bbf7f4e817b20671e1f8229bf8a

Contents?: true

Size: 367 Bytes

Versions: 32

Compression:

Stored size: 367 Bytes

Contents

class AddImportMessages < ActiveRecord::Migration
  def change
    create_table :import_messages do |t|
      t.references  :import
      t.references  :person
      t.integer     :row_number
      t.text        :row_data
      t.text        :message
      t.datetime    :deleted_at

      t.timestamps
    end 

    add_index :import_messages, :import_id

  end
end

Version data entries

32 entries across 32 versions & 1 rubygems

Version Path
artfully_ose-1.2.0.pre.11 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.10 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.9 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.8 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.7 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.6 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.5 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.4 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.3 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.2 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre.1 db/migrate/20130514153006_add_import_messages.rb
artfully_ose-1.2.0.pre db/migrate/20130514153006_add_import_messages.rb