Fix #6032 - change the release index page to plain html
[Pman.Core] / DataObjects / core.sql
index dceb2c9..a0047eb 100644 (file)
@@ -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;