Project

General

Profile

Download (179 Bytes) Statistics
| Branch: | Tag: | Revision:
class RemoveIsParam < ActiveRecord::Migration[4.2]
def up
remove_column :lookup_keys, :is_param
end

def down
add_column :lookup_keys, :is_param, :boolean
end
end
(284-284/409)