« Return to Thread: script to generate the schema update sql

Re: script to generate the schema update sql

by burtbeckwith :: Rate this Message:

Reply to Author | View in Thread

I did something similar, so I was curious to see where your approach was
different from mine. I blogged about it at http://burtbeckwith.com/blob/?p=59 
and submitted my script as a Jira at
http://jira.codehaus.org/browse/GRAILS-2760 (this script has been added on
the 1.1 branch).

So imagine my surprise when I saw that you just took my script, renamed it
from SchemaExport.groovy to SchemaUpdate.groovy, changed the @author tag from
my name to yours, and removed the export option leaving only the update
option.

I don't mind that you're using my code - I donated it both by blogging it and
with the Jira submission, but this is a shameless theft - "I wrote a script"?
Hah.

Burt

On Thursday 08 May 2008 10:45:40 am Alapati, Shyam Kishore wrote:

> In our project we came across a scenario where we need to generate the
> schema update scripts for every release. So I wrote a script which
> generates the schema update sql's. I just wanted to share it with the
> community.
>
>
>
> Thanks
>
> Shyam



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


 « Return to Thread: script to generate the schema update sql