Project

General

Profile

Download (153 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddHiddenValueToLookupKey < ActiveRecord::Migration
def change
add_column :lookup_keys, :hidden_value, :boolean, :default => false
end
end
(294-294/296)