Sha256: 80b3967f801deea2a1bbdd7a4fdc5ac6e0ce2773eaaeddf177181a118059eb0f

Contents?: true

Size: 148 Bytes

Versions: 3

Compression:

Stored size: 148 Bytes

Contents

class AddPositionToForums < ActiveRecord::Migration
  def change
    change_table :formol_forums do |t|
      t.integer :position
    end
  end
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
formol-0.0.6 db/migrate/20120105190708_add_position_to_forums.rb
formol-0.0.5 db/migrate/20120105190708_add_position_to_forums.rb
formol-0.0.4 db/migrate/20120105190708_add_position_to_forums.rb