socialforge/db/migrate/20160725062343_add_invite_c...

6 lines
126 B
Ruby

class AddInviteCodeToProject < ActiveRecord::Migration
def change
add_column :projects, :invite_code, :string
end
end