Options

Help with major refactor

blockablocka Posts: 2
edited August 10, 2016 5:42PM in SQL CI 2
We did a major refactor on our database, and I'm having trouble getting redgate to cooperate.
Essentially, we something like this:

Table1
Table2
TableWhichReferencesTable1
Table1ID


What happened was

Table1 -> Table2
Table2 -> Table3
TableWhichReferencesTable1
Table2ID

As you can see a real mess. I wrote (by hand) a custom migration script, and told redgate it was for all those tables in questions.

When I try to deploy, I get an error that Table3 is already defined.

Comments

Sign In or Register to comment.