Sha256: 893745ebc3674914285242f97c7bdffecb13fee9c6687a492ef2a3069f8d33d4

Contents?: true

Size: 205 Bytes

Versions: 12

Compression:

Stored size: 205 Bytes

Contents

class CreateRecordChangedFields < ActiveRecord::Migration
  def change
    create_table :record_changed_fields do |t|
      t.string :data
      t.string :from_format

      t.timestamps
    end
  end
end

Version data entries

12 entries across 10 versions & 1 rubygems

Version Path
acts_as_citable-4.0.0 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-4.0.0 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-3.0.0 test/dummy/db/migrate/20130221210429_create_records.rb
acts_as_citable-3.0.0 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-3.0.0.pre.alpha test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-2.0.2 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-2.0.1 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-2.0.0 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-1.2.0 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-1.1.4 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-1.1.3 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb
acts_as_citable-1.0.1 test/dummy/db/migrate/20130221214225_create_record_changed_fields.rb