From 8598e5adfa0b69e7a8e282945151e540ad69b050 Mon Sep 17 00:00:00 2001 From: PriestJ Date: Thu, 19 Jun 2008 15:47:29 +0000 Subject: [PATCH] altered in relation to issue #519, where the install script bulkloaded all the drawings to the wrong flow id (the default of 155) and prevented any of them appearing in the production system. git-svn-id: http://locode01.ad.dom/svn/WEBMIP/trunk@5362 248e525c-4dfb-0310-94bc-949c084e9493 --- Data/BulkLoad/bulk_load.sql | 1 + 1 file changed, 1 insertion(+) diff --git a/Data/BulkLoad/bulk_load.sql b/Data/BulkLoad/bulk_load.sql index eaf9219..e465e49 100644 --- a/Data/BulkLoad/bulk_load.sql +++ b/Data/BulkLoad/bulk_load.sql @@ -21,6 +21,7 @@ BEGIN END IF; IF mip_bulk_load.g_flow_id IS NOT NULL THEN + mip_bulk_load.init; mip_bulk_load.load_all; mip_bulk_load.report_err; ELSE