Skip to content

Commit

Permalink
Fixes #189 - Modifying a db function
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed Apr 19, 2024
1 parent d211bd8 commit 4dd02f1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ $$
DECLARE
_fk_partitioning BIGINT;
BEGIN
_fk_partitioning = runs._get_id_partitioning(i_partitioning);
_fk_partitioning = runs._get_id_partitioning(i_fk_partitioning);

IF _fk_partitioning IS NULL THEN
status := 41;
Expand Down

0 comments on commit 4dd02f1

Please sign in to comment.