Sha256: 42f7778e8baac2ee22b8729b84b307aa24ad517dfb6da9b90ef1fc9a6685bc89
Contents?: true
Size: 168 Bytes
Versions: 1
Compression:
Stored size: 168 Bytes
Contents
class AddColumnOrdemToModulos < ActiveRecord::Migration def up add_column :modulos, :ordem, :integer end def down remove_column :modulos, :ordem end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
omniauth-sabia-1.0.1 | db/migrate/20140430030336_add_column_ordem_to_modulos.rb |