Upgrade Rails to version 5.2.1 and adopt code & specs where necessary
Signed-off-by: Sebastian Serth <Sebastian.Serth@student.hpi.de>
This commit is contained in:
@ -4,7 +4,7 @@ class CreateLtiParameters < ActiveRecord::Migration
|
||||
t.belongs_to :external_users
|
||||
t.belongs_to :consumers
|
||||
t.belongs_to :exercises
|
||||
t.jsonb :lti_parameters, null: false, default: '{}'
|
||||
t.jsonb :lti_parameters, null: false, default: {}
|
||||
t.timestamps
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user