Skip to content

Commit fb9e474

Browse files
committed
Insert aggregate geochron now has the proper defaults.
1 parent 5afd04e commit fb9e474

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

function/ts/insertaggregatechronology.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CREATE OR REPLACE FUNCTION ts.insertaggregatechronology(_aggregatedatasetid inte
44
_chronologyname character varying,
55
_ageboundyounger integer,
66
_ageboundolder integer,
7-
_notes character varying)
7+
_notes character varying DEFAULT NULL::character varying)
88
RETURNS TABLE(aggregatechronid integer)
99
LANGUAGE sql
1010
AS $function$

0 commit comments

Comments
 (0)