On Jul 4, 12:12 am, dazza <[EMAIL PROTECTED]> wrote: > cool, that seems like a really cool project. One of the things I like about > writing upgrade scripts (for sql-alchemy-migrate) is that I get an > opportunity to insert/modify data as part of the upgrade. > > For example recently I added a table which stored wiki style names for other > objects in the database. The upgrade script offered me the opportunity to > populated that new table making my testing/deployment a lot easier. > > Do you plan to cover that kind of scenario? > > -- > blog:http://www.luckydonkey.com > work:http://www.newmetalarmy.com
Currently the miruku project focuses on the schema upgrading. But if anything could make miruku more completed and useful, why not? :) Actually, the renaming mechanism will be implemented by supplying a upgrade script. So I think it's okay to provide what the functions you need. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

