houdini/db/migrate/201810202124317_add_custom_layout_to_nonprofit.rb
Kasia Jarmołkowicz b99f7959ce Add CampaignTemplate
Read S3 bucket name and AWS region from env

Add /postgres-data to .gitignore

Custom campaign layout

Adjust custom layout

wip fix wizard init on campaign page

wip adjust design

adjust campaigner profile section

wider banner, fix button colours

Fix custom layout

Add custom_layout to nonprofit and render, if exists

Fallback profile picture

wip
2018-11-21 11:00:44 -06:00

5 lines
134 B
Ruby

class AddCustomLayoutToNonprofit < ActiveRecord::Migration
def change
add_column :nonprofits, :custom_layout, :string
end
end