mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
fix
This commit is contained in:
parent
a0dc62b125
commit
e6b7fbceb5
2 changed files with 2 additions and 2 deletions
|
|
@ -1,5 +1,5 @@
|
|||
class AddRatingToCallForPapers < ActiveRecord::Migration
|
||||
def change
|
||||
add_column :call_for_papers, :rating, :integer
|
||||
add_column :call_for_papers, :rating, :integer, :null => 1
|
||||
end
|
||||
end
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue