Sha256: e2367c0da9c5f5c83c44265242e18e1bac59f6d77a6095f1fdac2631f74acd5f

Contents?: true

Size: 239 Bytes

Versions: 11

Compression:

Stored size: 239 Bytes

Contents

# frozen_string_literal: true

class AddDuplicateOfColumnToEvents < ActiveRecord::Migration[4.2]
  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

11 entries across 11 versions & 3 rubygems

Version Path
koalagator-4.1.0 db/migrate/010_add_duplicate_of_column_to_events.rb
koalagator-4.0.0 db/migrate/010_add_duplicate_of_column_to_events.rb
koalagator-3.0.0 db/migrate/010_add_duplicate_of_column_to_events.rb
koalagator-2.1.1 db/migrate/010_add_duplicate_of_column_to_events.rb
koalagator-2.1.0 db/migrate/010_add_duplicate_of_column_to_events.rb
koalagator-2.0.0 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator2-2.1.1 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator2-2.1.0 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator2-2.0.0 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-2.0.0.pre.1 db/migrate/010_add_duplicate_of_column_to_events.rb
calagator-2.0.0.pre.0 db/migrate/010_add_duplicate_of_column_to_events.rb