Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidvanleeuwen committed Feb 27, 2024
1 parent aa7c712 commit 7def0df
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@ defmodule MaveMetrics.Repo.Migrations.AddIndexForDailySessionView do
use Ecto.Migration

def change do
excute("CREATE INDEX ON daily_session_aggregation (video_id, session_date)")
execute("CREATE INDEX ON daily_session_aggregation (video_id, session_date)")
end
end

0 comments on commit 7def0df

Please sign in to comment.