fixing tests p1
This commit is contained in:
@@ -1,11 +1,10 @@
|
||||
class CreateLtiParameters < ActiveRecord::Migration
|
||||
def change
|
||||
create_table :lti_parameters do |t|
|
||||
t.string :external_user_id
|
||||
t.belongs_to :external_users
|
||||
t.belongs_to :consumers
|
||||
t.belongs_to :exercises
|
||||
t.jsonb :lti_parameters, null: false, default: '{}'
|
||||
|
||||
t.timestamps
|
||||
end
|
||||
end
|
Reference in New Issue
Block a user