Skip to content

Commit

Permalink
Merge pull request #3698 from mathesar-foundation/sql_return_type_error
Browse files Browse the repository at this point in the history
Fix return type error when re-defining `get_constraints_for_table` SQL function
  • Loading branch information
mathemancer authored Jul 22, 2024
2 parents 2f698bf + 6bc9d26 commit 92a2656
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions db/sql/00_msar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -517,6 +517,7 @@ END;
$$ LANGUAGE SQL;


DROP FUNCTION IF EXISTS msar.get_constraints_for_table(oid);
CREATE OR REPLACE FUNCTION msar.get_constraints_for_table(tab_id oid) RETURNS TABLE
(
oid oid,
Expand Down

0 comments on commit 92a2656

Please sign in to comment.