Splaspage: Add highlights. Fix cfp inclusion.
This commit is contained in:
parent
0768514d89
commit
88f73bb6fc
4 changed files with 24 additions and 20 deletions
|
|
@ -0,0 +1,5 @@
|
|||
class RemoveColumnIncludeCfpInSplashFromCfp < ActiveRecord::Migration
|
||||
def change
|
||||
remove_column :call_for_papers, :include_cfp_in_splash, :boolean, default: false
|
||||
end
|
||||
end
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
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