Sha256: 0c101920f6e6f98557eff2bd49d9020ebe3d10b751809fcdfe57fc4b9a5456ad

Contents?: true

Size: 454 Bytes

Versions: 4

Compression:

Stored size: 454 Bytes

Contents

class AddMaestranoToMonsters < ActiveRecord::Migration
  def self.up
    change_table(:monsters) do |t|
      ## User source identification fields
      t.string :provider
      t.string :uid
    end
  end

  def self.down
    # By default, we don't want to make any assumption about how to roll back this migration.
    # Please edit below which fields you would like to remove in this migration.
    raise ActiveRecord::IrreversibleMigration
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
maestrano-rails-0.11.0 test/tmp/db/migrate/20140731080123_add_maestrano_to_monsters.rb
maestrano-rails-0.10.0 test/tmp/db/migrate/20140731080123_add_maestrano_to_monsters.rb
maestrano-rails-0.9.5 test/tmp/db/migrate/20140731080123_add_maestrano_to_monsters.rb
maestrano-rails-0.9.4 test/tmp/db/migrate/20140731080123_add_maestrano_to_monsters.rb