Sha256: 707d51c13ab63efcb47720b8cf39f34fdd9317959e9d12fac9fc6ddff8d9fb22
Contents?: true
Size: 170 Bytes
Versions: 34
Compression:
Stored size: 170 Bytes
Contents
class AddBoardsParentId < ActiveRecord::Migration def up add_column :boards, :parent_id, :integer end def down remove_column :boards, :parent_id end end
Version data entries
34 entries across 34 versions & 1 rubygems