Skip to content

Commit

Permalink
Remove unused line
Browse files Browse the repository at this point in the history
  • Loading branch information
alxlion committed Dec 23, 2024
1 parent bc8e9df commit b432d34
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ 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 b432d34

Please sign in to comment.