Remove most finmoji mentions where appropriate
[akkoma] / lib / pleroma / repo.ex
index e6a51b19e7866156732dbdbb1f3020a771e8555f..aa5d427ae28401cccabfb82ab5734ff86d39aa71 100644 (file)
@@ -3,7 +3,14 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Repo do
-  use Ecto.Repo, otp_app: :pleroma
+  use Ecto.Repo,
+    otp_app: :pleroma,
+    adapter: Ecto.Adapters.Postgres,
+    migration_timestamps: [type: :naive_datetime_usec]
+
+  defmodule Instrumenter do
+    use Prometheus.EctoInstrumenter
+  end
 
   @doc """
   Dynamically loads the repository url from the