Skip to content

Commit

Permalink
Add missing lti column
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Dec 22, 2024
1 parent 5857b85 commit 9f0050a
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ defmodule Claper.Repo.Migrations.AddLtiLineItemColumnsToQuizzesAndEvents do
def change do
alter table(:quizzes) do
add :lti_line_item_url, :string
add :lti_resource_id, references(:lti_13_resources, on_delete: :delete_all)
end

alter table(:lti_13_resources) do
Expand Down

0 comments on commit 9f0050a

Please sign in to comment.