-> dropping tables (first pass) [=================== ]cannot drop table entities because other objects depend on it
DETAIL: constraint subworkflow_exit_relation_eid_from_fkey on table subworkflow_exit_relation depends on table entities
constraint subworkflow_exit_relation_eid_to_fkey on table subworkflow_exit_relation depends on table entities
constraint update_permission_relation_eid_from_fkey on table update_permission_relation depends on table entities
constraint update_permission_relation_eid_to_fkey on table update_permission_relation depends on table entities
constraint use_email_relation_eid_from_fkey on table use_email_relation depends on table entities
constraint use_email_relation_eid_to_fkey on table use_email_relation depends on table entities
constraint workflow_of_relation_eid_from_fkey on table workflow_of_relation depends on table entities
constraint workflow_of_relation_eid_to_fkey on table workflow_of_relation depends on table entities
HINT: Use DROP ... CASCADE to drop the dependent objects too.
|