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

Commit c85e985

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/BitemporalPostgres.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -626,7 +626,7 @@ 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)
631631

632632
i = ValidityInterval(

0 commit comments

Comments
 (0)