From 43afa94e2a1e3f6a24a731b71ddf5b3e6d30ee0a Mon Sep 17 00:00:00 2001 From: Jason Etheridge Date: Thu, 5 Dec 2019 16:43:32 -0500 Subject: [PATCH] oops; put this into the migration_tools schema --- sql/base/00-infrastructure.sql | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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 -- 1.7.2.5