X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Frepo.ex;h=61b64ed3ef997263ef0cb3a6ad0c6cbe275588ca;hb=60295b58f9ce8937136f6922ca3b7a8aa584d86e;hp=b8ea06e33c9a33effe0bce819e0135ae77cc1bf2;hpb=8194622a72d863e71428bf7dba9a2a962b163d4e;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