Skip to content

Commit 8d8d2e1

Browse files
committed
Updating lakeparam and chronbyid.
1 parent 7097696 commit 8d8d2e1

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

function/da/chronologybyid.sql

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ AS $function$
4343
aty.agetype,
4444
chr.ageboundolder,
4545
chr.ageboundyounger,
46-
chr.agemodel,
47-
chr.notes,
48-
chr.chronologyid,
49-
chr.dateprepared
46+
chr.agemodel,
47+
chr.notes,
48+
chr.chronologyid,
49+
chr.dateprepared
5050
$function$

function/ts/updatelakeparam.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ AS $function$
1616
FROM ndb.lakeparameters AS lp
1717
WHERE lp.siteid = _siteid
1818
GROUP BY lp.lakeparameterid
19-
HAVING lp.lakeparameterid = lakeparameterid);
19+
HAVING lp.lakeparameterid = _lakeparameterid);
2020

2121
/* If nparam is not null, then the LakeParameter is already in Neotoma */
2222

0 commit comments

Comments
 (0)