From 9c780e3a9d0c28c91c6fcc506da28f98348daeee Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 14 Jul 2016 13:15:59 +0800 Subject: [PATCH] DataObjects/core.sql --- DataObjects/core.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 57222f71..d41b66cd 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -4,12 +4,12 @@ -- // core comapy types - use core enums (Company Type) -DROP TABLE core_company_type; +DROP TABLE IF EXISTS core_company_type; --// old core image type - merged into enum. -DROP TABLE core_image_type; +DROP TABLE IF EXISTS core_image_type; -- 2.39.2