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

Commit 6ab0cb9

Browse files
author
michaelfliegner
committed
1.7.0 correction timestamp on validity interval from
update+entity!
1 parent eda5581 commit 6ab0cb9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/BitemporalPostgres.jl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -626,9 +626,9 @@ function update_entity!(w::Workflow)
626626
save!(v)
627627
active_version = v.id
628628
w.ref_version = active_version
629-
w.tsdb_validfrom = now(tz"UTC")
629+
w.tsdb_validfrom = now(tz"UTC"),
630630
save!(w)
631-
update
631+
632632
i = ValidityInterval(
633633
ref_history=hid,
634634
ref_version=v.id,

0 commit comments

Comments
 (0)