Hi John,

It is a interesting question and i wish I could answer with some kind of
tool support, but I can't. So the short answer is that you must keep track
of manually.

Once you are in production, normally, you can't recreate the database, so
you have to write db migration scripts (the D). Those can become complex. I
recommend that you write the migration scripts while you do the change, not
afterwards.

To track the change you could simply copy the generated ddl before the
generation and then compare with the new generated. If you need full
traceability you can have a copy of the ddl in source control and commit the
changes to it together with the commit of model and migration scripts.

Any better suggestions out there?

/Patrik

AbhilashJohn wrote:
> 
> Hi All,
> 
>  
> 
> Assume that you are releasing your application (developed using
> sculptor) with version x. This would mean that the entity objects will
> be on a state X.
> 
> Now, obviously you will continue with your development. Your
> model.btdesign would reach version x+D. This might cause your entity as
> well to change from X to X+D. 
> 
> What is the recommended way through which you can track the D in the
> DDLs?
> 
> Please advise.
> 
>  
> 
> Regards
> 
> Abhilash John
> 
>  
> 
> 
> ------------------------------------------------------------------------------
> Throughout its 18-year history, RSA Conference consistently attracts the
> world's best and brightest in the field, creating opportunities for
> Conference
> attendees to learn about information security's most important issues
> through
> interactions with peers, luminaries and emerging and established
> companies.
> http://p.sf.net/sfu/rsaconf-dev2dev
> _______________________________________________
> Fornax-developer mailing list
> Fornax-developer@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/fornax-developer
> 
> 

-- 
View this message in context: 
http://old.nabble.com/Question-on-Iterative-builds-and-DDLs-tp27310244s17564p27328405.html
Sent from the Fornax-Platform mailing list archive at Nabble.com.


------------------------------------------------------------------------------
The Planet: dedicated and managed hosting, cloud storage, colocation
Stay online with enterprise data centers and the best network in the business
Choose flexible plans and management services without long-term contracts
Personal 24x7 support from experience hosting pros just a phone call away.
http://p.sf.net/sfu/theplanet-com
_______________________________________________
Fornax-developer mailing list
Fornax-developer@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/fornax-developer

Reply via email to