Skip to content

Commit

Permalink
removing default values on output
Browse files Browse the repository at this point in the history
  • Loading branch information
TebaleloS committed May 17, 2024
1 parent f905e45 commit d22afd2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ CREATE OR REPLACE FUNCTION runs.get_partitioning_checkpoints(
OUT id_checkpoint UUID,
OUT checkpoint_name TEXT,
OUT author TEXT,
OUT measuredByAtumAgent BOOLEAN DEFAULT FALSE,
OUT measuredByAtumAgent BOOLEAN,
OUT measure_name TEXT,
OUT measure_columns TEXT[],
OUT measurement_value JSONB,
Expand Down

0 comments on commit d22afd2

Please sign in to comment.