Project

General

Profile

Download (182 Bytes) Statistics
| Branch: | Tag: | Revision:
class RenameLookupKeyUsePuppetDefault < ActiveRecord::Migration[4.2]
def change
# this method is revesible
rename_column :lookup_keys, :use_puppet_default, :omit
end
end
(332-332/409)