Skip to content

Commit

Permalink
Merge branch 'develop' into records_list_filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mathemancer authored Jul 22, 2024
2 parents 15c61d1 + 92a2656 commit c90664e
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 c90664e

Please sign in to comment.