X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Frepo.ex;h=61b64ed3ef997263ef0cb3a6ad0c6cbe275588ca;hb=e538102cf53cfb432626f3e74c505b2fe28d3aab;hp=b8ea06e33c9a33effe0bce819e0135ae77cc1bf2;hpb=cc9e456c0a5110ee17342e70de59fde75bf742fe;p=akkoma diff --git a/lib/pleroma/repo.ex b/lib/pleroma/repo.ex index b8ea06e33..61b64ed3e 100644 --- a/lib/pleroma/repo.ex +++ b/lib/pleroma/repo.ex @@ -8,8 +8,6 @@ defmodule Pleroma.Repo do adapter: Ecto.Adapters.Postgres, migration_timestamps: [type: :naive_datetime_usec] - use Ecto.Explain - import Ecto.Query require Logger