Project

General

Profile

Download (205 Bytes) Statistics
| Branch: | Tag: | Revision:
class AddTypeToConfigTemplate < ActiveRecord::Migration
def change
add_column :config_templates, :type, :string, :default => 'ConfigTemplate'
rename_table :config_templates, :templates
end
end
(265-265/282)