Project

General

Profile

Download (186 Bytes) Statistics
| Branch: | Tag: | Revision:
class RenameLookupValueUsePuppetDefault < ActiveRecord::Migration[4.2]
def change
# this method is revesible
rename_column :lookup_values, :use_puppet_default, :omit
end
end
(325-325/408)