POSC Specifications: Epicentre Version 3.0 | Logical Data Model |
Delete the forward side of attributes which were incompletely deleted by change #1051 in Epicentre V2.2.
CHANGE ERP_partially_deleted_relationships (*<REQUEST>1273*) ALTER ENTITY pty_diameter; DROP casing_string (*<CHANGE>Incompletely dropped in V2.2.*); DROP completion_string (*<CHANGE>Incompletely dropped in V2.2.*); DROP drillstring (*<CHANGE>Incompletely dropped in V2.2.*); DROP tie_back_string (*<CHANGE>Incompletely dropped in V2.2.*); UNIQUE ALTER si DROP casing_string, completion_string, drillstring, tie_back_string; END_ENTITY; ALTER ENTITY pty_length; DROP casing_string (*<CHANGE>Incompletely dropped in V2.2.*); DROP completion_string (*<CHANGE>Incompletely dropped in V2.2.*); DROP drillstring (*<CHANGE>Incompletely dropped in V2.2.*); DROP tie_back_string (*<CHANGE>Incompletely dropped in V2.2.*); UNIQUE ALTER si DROP casing_string, completion_string, drillstring, tie_back_string; END_ENTITY; ALTER ENTITY pty_pressure; DROP casing_string (*<CHANGE>Incompletely dropped in V2.2.*); DROP tie_back_string (*<CHANGE>Incompletely dropped in V2.2.*); UNIQUE ALTER si DROP casing_string, tie_back_string; END_ENTITY; END_CHANGE;