Skip to content

Commit

Permalink
use interval instead of time for durations
Browse files Browse the repository at this point in the history
  • Loading branch information
psubram3 committed Jul 29, 2024
1 parent 2f38c2f commit 060d2c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ CREATE TABLE merlin.external_event (
event_type_id integer NOT NULL,
source_id integer NOT NULL,
start_time timestamp with time zone NOT NULL,
duration time without time zone NOT NULL,
duration interval NOT NULL,
properties jsonb
);

Expand Down

0 comments on commit 060d2c3

Please sign in to comment.