Merge branch 'rework-emoji-management' into 'develop'
[akkoma] / lib / pleroma / repo.ex
index 224d784e3420969027f1142ec8b4502c7c5f7717..aa5d427ae28401cccabfb82ab5734ff86d39aa71 100644 (file)
@@ -3,7 +3,14 @@
 # SPDX-License-Identifier: AGPL-3.0-only
 
 defmodule Pleroma.Repo do
-  use Ecto.Repo, otp_app: :pleroma, adapter: Ecto.Adapters.Postgres
+  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