Merge branch 'bugfix/wrong-date-format' into 'develop'
[akkoma] / lib / pleroma / repo.ex
index e6a51b19e7866156732dbdbb1f3020a771e8555f..4af1bde566b4df98e299e87fbfb61a4b8613a426 100644 (file)
@@ -3,7 +3,10 @@
 # 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]
 
   @doc """
   Dynamically loads the repository url from the