Add changelog entry for hashtag following
[akkoma] / priv / repo / migrations / 20170330153447_add_index_to_objects.exs
index 25e308533ab394db7a12003f80d8f861f733c672..93198b4623f1fc2d4c67a3f75be09d89c60f527e 100644 (file)
@@ -2,6 +2,6 @@ defmodule Pleroma.Repo.Migrations.AddIndexToObjects do
   use Ecto.Migration
 
   def change do
-    create_if_not_exists index(:objects, [:data], using: :gin)
+    create_if_not_exists(index(:objects, [:data], using: :gin))
   end
 end