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 8ac11821fa
commit 0296f80076
2 changed files with 0 additions and 10 deletions

View file

@ -1,5 +0,0 @@
class RemoveColumnIncludeCfpInSplashFromCfp < ActiveRecord::Migration
def change
remove_column :call_for_papers, :include_cfp_in_splash, :boolean, default: false
end
end

View file

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