oops; put this into the migration_tools schema
authorJason Etheridge <jason@equinoxinitiative.org>
Thu, 5 Dec 2019 21:43:32 +0000 (16:43 -0500)
committerJason Etheridge <jason@equinoxinitiative.org>
Thu, 5 Dec 2019 21:43:32 +0000 (16:43 -0500)
sql/base/00-infrastructure.sql

index e55fc36..ea79446 100644 (file)
@@ -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