Fix migration timestamp type
authorrinpatch <rinpatch@sdf.org>
Wed, 20 Mar 2019 13:04:59 +0000 (16:04 +0300)
committerrinpatch <rinpatch@sdf.org>
Wed, 20 Mar 2019 13:04:59 +0000 (16:04 +0300)
lib/pleroma/repo.ex

index 224d784e3420969027f1142ec8b4502c7c5f7717..4af1bde566b4df98e299e87fbfb61a4b8613a426 100644 (file)
@@ -3,7 +3,10 @@
 # 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]
 
   @doc """
   Dynamically loads the repository url from the