Skip to content

Commit d372601

Browse files
committed
Removed the sample age update to the stewards table.
1 parent 44fd315 commit d372601

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

function/ts/updatesampleage.sql

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,4 @@ AS $function$
1212
ageolder = _ageolder
1313
WHERE sampleageid = _sampleageid;
1414

15-
16-
INSERT INTO ti.stewardupdates(contactid, tablename, pk1, operation)
17-
VALUES (_contactid, 'sampleages', _sampleageid, 'update')
18-
19-
2015
$function$

0 commit comments

Comments
 (0)