add include_cfp to splashpage, remove old column, migrate data

This commit is contained in:
Stella Rouzi 2014-11-28 14:51:48 +02:00
parent 2f6fccb912
commit bd570ecb3c
3 changed files with 46 additions and 10 deletions

View file

@ -1,5 +0,0 @@
class AddIncludeCfpInSplashpages < ActiveRecord::Migration
def change
add_column :splashpages, :include_cfp, :boolean, default: false
end
end