dceb2c91dd6258acf5ee9e7f37a7a12f7aa12eeb
[Pman.Core] / DataObjects / core.sql
1
2 -- // core comapy types - use core enums (Company Type)
3 DROP TABLE core_company_type;
4
5
6
7 -- we duplicate office_id and company_id here...
8 -- not sure if we should keep doing that in the new design...
9 -- we should improve our links code to handle this..
10
11
12  
13 --// old core image type - merged into enum.
14 DROP TABLE core_image_type;
15
16
17
18                         
19         
20     
21  
22 -- ----------------------------
23