fixes #2417
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
class RemoveNotNullOnJanitorTrials < ActiveRecord::Migration
|
||||
def change
|
||||
change_column :janitor_trials, :original_level, :integer, :null => true
|
||||
end
|
||||
end
|
||||
Reference in New Issue
Block a user