Description
Existing Schema:
Table A id PK
New Schema Additions:
Table B id PK Table A_B a_id PK/FK b_id PK/FK
When I run cdbimport, all looks good except relationship from A to A_B is not created, and as a result A_B is not flattened.
When I run cdbimport for the second time without changing the schema, the missing relationship is created, but of course flattenning does not occur (as there's already an AB ObjEntity).
Expected: that missing relationship should be picked up on the first run.
Attachments
Issue Links
- is part of
-
CAY-2321 Reverse relationship is not created after adding and rev engineeering new db table
- Closed