Skip to main content
Open

Deployment order

Related products:Software Factory
  • January 16, 2024
  • 1 reply
  • 66 views

Forum|alt.badge.img+6

When I deploy an application the order of deployment is;

  • Drop and Deploy tables
  • Drop and Deploy constraints
  • Drop and Deploy indexes.

This order doesn’t allow to create referential constraints on unique candidate keys.

This would become possible, when all required drops would be ordered separately from the creates. The constraints should be dropped before dropping the indexes, and the indexes should be created before creating the constraints.

1 reply

Mark Jongeling
Administrator
Forum|alt.badge.img+23
  • Software Architect
  • February 2, 2024
NewOpen