Skip to content

Commit

Permalink
feat: async migration for notifications_users user_id index (#2219)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemald authored Sep 14, 2023
1 parent 3c06b1f commit 62ee671
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
defmodule Skate.Repo.Migrations.AddNotificationsUsersUserIdIndex do
use Ecto.Migration

def change do
create index("notifications_users", [:user_id])
end
end

0 comments on commit 62ee671

Please sign in to comment.