created template selecting
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class AddDescriptionToConfigurationTemplate < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :configuration_templates, :description, :text, null: false, default: "Empty description"
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user