add include_cfp to splashpage, remove old column, migrate data
This commit is contained in:
parent
8ac11821fa
commit
0296f80076
2 changed files with 0 additions and 10 deletions
|
|
@ -1,5 +0,0 @@
|
||||||
class RemoveColumnIncludeCfpInSplashFromCfp < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
remove_column :call_for_papers, :include_cfp_in_splash, :boolean, default: false
|
|
||||||
end
|
|
||||||
end
|
|
||||||
|
|
@ -1,5 +0,0 @@
|
||||||
class AddIncludeCfpInSplashpages < ActiveRecord::Migration
|
|
||||||
def change
|
|
||||||
add_column :splashpages, :include_cfp, :boolean, default: false
|
|
||||||
end
|
|
||||||
end
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue