X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2Fcore.sql;h=a0047eba7a2fa5aa590b506eb6e227b2105c106e;hb=586e4eb470252d837ba18b67e4c3c1702131fd1d;hp=57222f71dd03964d563b746fd7748ad2d38fb56b;hpb=752ec6052608d9bb65b4aee20aac730b6b1887fc;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;