X-Git-Url: http://git.squeep.com/?a=blobdiff_plain;ds=inline;f=lib%2Fpleroma%2Frepo.ex;h=61b64ed3ef997263ef0cb3a6ad0c6cbe275588ca;hb=264f0fde1b9f0cbaf7679eeb59938eb9ca653779;hp=b8ea06e33c9a33effe0bce819e0135ae77cc1bf2;hpb=67bde35e710e7c3c800364b4ab94a3fd81833ffa;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