Commit af2b5879 authored by Zeger-Jan van de Weg's avatar Zeger-Jan van de Weg

Add migration to rename column light_logo -> header_logo

Also removes dark_logo which was unused
parent 4985e69f
class RenameHeaderFieldOnAppearrance < ActiveRecord::Migration
def change
rename_column :appearances, :light_logo, :header_logo
remove_column :appearances, :dark_logo
end
end
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment