Sha256: 1e7aa7a20d02f1a8a6b92f97ab4616943f93c9567bc6ef991c67032c3072ac89

Contents?: true

Size: 180 Bytes

Versions: 1

Compression:

Stored size: 180 Bytes

Contents

class DeleteModuloConsultas < ActiveRecord::Migration
  def up
    remove_column :consultas, :modulo_id
  end

  def down
    add_column :consultas, :modulo_id, :integer
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
omniauth-sabia-1.0.1 db/migrate/20160228212607_delete_modulo_consultas.rb