Skip to content
Snippets Groups Projects
Commit ad8d81e0 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg
Browse files

Fix migration

parent c198107f
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -63,7 +63,7 @@
Background Jobs
= nav_link(controller: :appearances) do
= link_to admin_appearances_path, title: 'Appearances' do
= icon('image')
= icon('image fw')
%span
Appearance
 
Loading
Loading
class ChangeAppearance < ActiveRecord::Migration
def change
change_table :appearances do |t|
t.remove :dark_logo
t.rename :light_logo, :header_logo
end
end
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment