Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
1.7.0 correction timestamp on validity interval from
Browse files Browse the repository at this point in the history
update+entity!
  • Loading branch information
michaelfliegner committed Feb 23, 2023
1 parent eda5581 commit 6ab0cb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BitemporalPostgres.jl
Original file line number Diff line number Diff line change
Expand Up @@ -626,9 +626,9 @@ function update_entity!(w::Workflow)
save!(v)
active_version = v.id
w.ref_version = active_version
w.tsdb_validfrom = now(tz"UTC")
w.tsdb_validfrom = now(tz"UTC"),
save!(w)
update

i = ValidityInterval(
ref_history=hid,
ref_version=v.id,
Expand Down

0 comments on commit 6ab0cb9

Please sign in to comment.