Project

General

Profile

Download (223 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddComposeFlagAndShortNameToFactName < ActiveRecord::Migration
def change
add_column :fact_names, :compose, :boolean, :default => false, :null => false
add_column :fact_names, :short_name, :string
end
end
(165-165/242)