removing assignment settings default from migration

Change-Id: I7c2d5a68c280d34f83d430076f18c918c14329de
Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/221452
Reviewed-by: Jacob Burroughs <jburroughs@instructure.com>
Reviewed-by: Cody Cutrer <cody@instructure.com>
Tested-by: Service Cloud Jenkins <svc.cloudjenkins@instructure.com>
QA-Review: Jacob Burroughs <jburroughs@instructure.com>
Product-Review: Jacob Burroughs <jburroughs@instructure.com>
This commit is contained in:
Han Yan 2019-12-19 11:20:14 -06:00
parent 38b420ab71
commit 3084b2f83a
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ class AddSettingsToAssignment < ActiveRecord::Migration[5.2]
tag :predeploy tag :predeploy
def self.up def self.up
add_column :assignments, :settings, :jsonb, default: {} add_column :assignments, :settings, :jsonb
end end
def self.down def self.down