Project

General

Profile

Download (219 Bytes) Statistics
| Branch: | Tag: | Revision:
class ChangeTemplatesTypeDefault < ActiveRecord::Migration[4.2]
def up
change_column_default :templates, :type, 'Template'
end

def down
change_column_default :templates, :type, 'ConfigTemplate'
end
end
(321-321/406)