X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2Fcore.sql;h=a0047eba7a2fa5aa590b506eb6e227b2105c106e;hb=c14fed651c0fb9a87e4abb3bb8af83871baa899a;hp=57222f71dd03964d563b746fd7748ad2d38fb56b;hpb=b362c5c141f2ce575cbddf24e93d9465a23e699f;p=Pman.Core diff --git a/DataObjects/core.sql b/DataObjects/core.sql index 57222f71..a0047eba 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; +-- // old core image type - merged into enum. +DROP TABLE IF EXISTS core_image_type;