X-Git-Url: http://git.roojs.org/?a=blobdiff_plain;f=DataObjects%2Fcore.sql;h=a0047eba7a2fa5aa590b506eb6e227b2105c106e;hb=f20faebe4c3fcada27e75e7f5ad84d2d801200fd;hp=dceb2c91dd6258acf5ee9e7f37a7a12f7aa12eeb;hpb=0370b91039f4ca24edec14b990399898c7ca5ed5;p=Pman.Core diff --git a/DataObjects/core.sql b/DataObjects/core.sql index dceb2c91..a0047eba 100644 --- a/DataObjects/core.sql +++ b/DataObjects/core.sql @@ -1,17 +1,15 @@ --- // core comapy types - use core enums (Company Type) -DROP TABLE core_company_type; - +-- file is not really used any more.. --- we duplicate office_id and company_id here... --- not sure if we should keep doing that in the new design... --- we should improve our links code to handle this.. +-- // core comapy types - use core enums (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;