zf

zenflows testing
git clone https://s.sonu.ch/~srfsh/zf.git
Log | Files | Refs | Submodules | README | LICENSE

commit f719da7fde6d1ecf22244eea00de52a6f75d038f
parent f8ca703b7bb6b3acaea6a168ef26ea210c687953
Author: srfsh <dev@srf.sh>
Date:   Sun, 21 Aug 2022 20:02:17 +0300

conf: don't use :inserted_at

Since we switched to ULIDs, we don't need :insterted_at.

Diffstat:
Mconf/buildtime.exs | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conf/buildtime.exs b/conf/buildtime.exs @@ -24,7 +24,7 @@ config :zenflows, ecto_repos: [Repo] config :zenflows, Repo, migration_primary_key: [type: :binary_id], migration_foreign_key: [type: :binary_id], - migration_timestamps: [type: :timestamptz] + migration_timestamps: [type: :timestamptz, inserted_at: false] if config_env() == :test do config :zenflows, Repo,