From: Jason Etheridge Date: Thu, 5 Dec 2019 21:43:32 +0000 (-0500) Subject: oops; put this into the migration_tools schema X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=commitdiff_plain;h=43afa94e2a1e3f6a24a731b71ddf5b3e6d30ee0a;hp=74354a0ce8d6851fb384b087fc03db01a3d1a611 oops; put this into the migration_tools schema --- diff --git a/sql/base/00-infrastructure.sql b/sql/base/00-infrastructure.sql index e55fc36..ea79446 100644 --- a/sql/base/00-infrastructure.sql +++ b/sql/base/00-infrastructure.sql @@ -144,7 +144,7 @@ CREATE OR REPLACE FUNCTION migration_tools.create_linked_legacy_table_from (TEXT $$ LANGUAGE PLPGSQL STRICT VOLATILE; -- creates other child table so you can have more than one child table in a schema from a base table -CREATE OR REPLACE FUNCTION build_variant_staging_table(text, text, text) +CREATE OR REPLACE FUNCTION migration_tools.build_variant_staging_table(text, text, text) RETURNS void LANGUAGE plpgsql STRICT