Add image to legislation processes and banner colors
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
class AddHeaderColorSettingsToLegislationProcesses < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :legislation_processes, :background_color, :text
|
||||
add_column :legislation_processes, :font_color, :text
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user