Merge branch 'develop' of https://git.pleroma.social/pleroma/pleroma into develop
[akkoma] / priv / repo / migrations / 20190325185009_create_notification_id_index.exs
index 01cb30559e2a517fc135df8c17bf21231c26c522..7209c16a977bc24f8b95d74fa0fece8c8d0019cb 100644 (file)
@@ -2,6 +2,6 @@ defmodule Pleroma.Repo.Migrations.CreateNotificationIdIndex do
   use Ecto.Migration
 
   def change do
-    create_if_not_exists index(:notifications, ["id desc nulls last"])
+    create_if_not_exists(index(:notifications, ["id desc nulls last"]))
   end
 end