socialforge/db/migrate/20160725062343_add_invite_c...

6 lines
126 B
Ruby
Raw Normal View History

2016-07-25 14:36:52 +08:00
class AddInviteCodeToProject < ActiveRecord::Migration
def change
add_column :projects, :invite_code, :string
end
end