projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9a7b817
)
Fix migration timestamp type
author
rinpatch
<rinpatch@sdf.org>
Wed, 20 Mar 2019 13:04:59 +0000
(16:04 +0300)
committer
rinpatch
<rinpatch@sdf.org>
Wed, 20 Mar 2019 13:04:59 +0000
(16:04 +0300)
lib/pleroma/repo.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/repo.ex
b/lib/pleroma/repo.ex
index 224d784e3420969027f1142ec8b4502c7c5f7717..4af1bde566b4df98e299e87fbfb61a4b8613a426 100644
(file)
--- a/
lib/pleroma/repo.ex
+++ b/
lib/pleroma/repo.ex
@@
-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