socialforge/db/migrate/20160728041943_add_qrcode_t...

6 lines
117 B
Ruby

class AddQrcodeToProject < ActiveRecord::Migration
def change
add_column :projects, :qrcode, :string
end
end