Skip to content

Commit

Permalink
Merge pull request #3650 from mathesar-foundation/drop_old_sql_fn
Browse files Browse the repository at this point in the history
Drop old SQL function signature
  • Loading branch information
Anish9901 authored Jul 2, 2024
2 parents 000ebda + d2b0b82 commit 3ca4f50
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions db/sql/00_msar.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2302,6 +2302,8 @@ SELECT __msar.exec_ddl(
FROM col_cte, con_cte;
$$ LANGUAGE SQL;

-- Drop function defined in Mathesar 0.1.7 with different argument names
DROP FUNCTION IF EXISTS msar.add_mathesar_table(oid, text, jsonb, jsonb, text);

CREATE OR REPLACE FUNCTION
msar.add_mathesar_table(sch_id oid, tab_name text, col_defs jsonb, con_defs jsonb, comment_ text)
Expand Down

0 comments on commit 3ca4f50

Please sign in to comment.