X-Git-Url: http://git.equinoxoli.org/?p=migration-tools.git;a=blobdiff_plain;f=sql%2Fbase%2F00-infrastructure.sql;h=ea7944658b98780a3cbb46bdc16f2ac9336e3445;hp=e55fc365a534f89ab7b8c9da3eabe193151c1abd;hb=43afa94e2a1e3f6a24a731b71ddf5b3e6d30ee0a;hpb=74354a0ce8d6851fb384b087fc03db01a3d1a611 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