Project

General

Profile

Download (171 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddMergeDefaultToLookupKey < ActiveRecord::Migration
def change
add_column :lookup_keys, :merge_default, :boolean, :null => false, :default => false
end
end
(281-281/282)