X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Frepo.ex;h=1fca0fccb977ec27af3656d7f6e1c260b75d7399;hb=6223e2ea3e20074fb7576b9c375a2529b99c795b;hp=b8ea06e33c9a33effe0bce819e0135ae77cc1bf2;hpb=a2aa309496eb98625b47cfb26858e1eee3f9b0cd;p=akkoma diff --git a/lib/pleroma/repo.ex b/lib/pleroma/repo.ex index b8ea06e33..1fca0fccb 100644 --- a/lib/pleroma/repo.ex +++ b/lib/pleroma/repo.ex @@ -8,13 +8,9 @@ defmodule Pleroma.Repo do adapter: Ecto.Adapters.Postgres, migration_timestamps: [type: :naive_datetime_usec] - use Ecto.Explain - import Ecto.Query require Logger - defmodule Instrumenter, do: use(Prometheus.EctoInstrumenter) - @doc """ Dynamically loads the repository url from the DATABASE_URL environment variable.