Hey,
In next week we start to deliver a product every week to QA.
The product will developed and maintain in the next months.
I decide to create for each delivery the followinf sql scripts structre:
deliver1:
new- >tables
constraints
fk
indexes
data
upgrade- >tables
constraints
fk
indexes
data
the new will have sql script that create the schema from nothing and upgrade will contain script that upgrade from last version.
I use TOAD in order to get the diff and alter scripts.
My questions:
1. what do you think about the idea above?
2. i have problem that toad give me the data ddl with integrity constraints problem. it is not ordered in order to avoid FK issues. Can you plesae advice?
Any idea or article will be more than welcome.
Thank you