Hi.
Where does the part of the deployment gets build up?
alter table "process_task_dependency"
add constraint "c_process_task_dependency_connection_type" check ("connection_type" in (-1, 0, 1))
I have a domain connection_type that is used in 2 tables.. for some reason one table doesn't propagate the latest element in its check construction. There is a value 2 now as well. One table is going correct. The one shown here not.