Interface fixes icons,colors
This commit is contained in:
8
db/migrate/20140707161951_add_icon.rb
Normal file
8
db/migrate/20140707161951_add_icon.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
class AddIcon < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :themengruppen, :icon, :string
|
||||
add_column :rubriken, :icon, :string
|
||||
add_column :themen, :icon, :string
|
||||
end
|
||||
|
||||
end
|
||||
6
db/migrate/20140708181055_add_color.rb
Normal file
6
db/migrate/20140708181055_add_color.rb
Normal file
@@ -0,0 +1,6 @@
|
||||
class AddColor < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :rubriken, :color, :integer
|
||||
end
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user