Sha256: 1a06790034f6d2c51655cfcac9bb9607489d4c216695c33c30550a4a01c8fe22
Contents?: true
Size: 195 Bytes
Versions: 1
Compression:
Stored size: 195 Bytes
Contents
class RemoveModuloIdFromAgendamentos < ActiveRecord::Migration def up remove_column :agendamentos, :modulo_id end def down add_column :agendamentos, :modulo_id, :integer end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20160325001139_remove_modulo_id_from_agendamentos.rb |