created template selecting
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddIconToConfigurationTemplate < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :configuration_templates, :icon, :string
|
||||
add_column :operating_systems, :icon, :string
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user