Sha256: dd9f0363ec0b119300910df2a529014305d1923253e27d3045d1c2d4db74a555

Contents?: true

Size: 203 Bytes

Versions: 14

Compression:

Stored size: 203 Bytes

Contents

class AddDuplicateOfColumnToEvents < ActiveRecord::Migration
  def self.up
    add_column :events, :duplicate_of_id, :integer
  end

  def self.down
    remove_column :events, :duplicate_of_id
  end
end

Version data entries

14 entries across 14 versions & 2 rubygems

Version Path
calagator-1.1.0 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-1.0.0 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.9 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.8 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.7 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.6 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.5 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.3 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.2 db/migrate/010_add_duplicate_of_column_to_events.rb
grokus-1.0.0.1 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-1.0.0.rc3 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-1.0.0.rc2 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-1.0.0.rc1 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-0.0.1.pre1 db/migrate/010_add_duplicate_of_column_to_events.rb