Skip to content
Snippets Groups Projects
Commit 19a19bdd authored by rinpatch's avatar rinpatch
Browse files

Fix migration timestamp type

parent 9a7b817c
No related branches found
No related tags found
No related merge requests found
...@@ -3,7 +3,10 @@ ...@@ -3,7 +3,10 @@
# SPDX-License-Identifier: AGPL-3.0-only # SPDX-License-Identifier: AGPL-3.0-only
defmodule Pleroma.Repo do 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 """ @doc """
Dynamically loads the repository url from the Dynamically loads the repository url from the
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment