Hi devs, I've been working on adding a migrations system to the sfPropelPlugin over the past few weeks. The current status of this branch is alpha; I would like to bump it up to beta in the next week or two, and have it stable with complete test coverage in time for the symfony 1.2 release.
Trac: http://trac.symfony-project.com/browser/plugins/sfPropelPlugin/branches/migration Subversion: http://svn.symfony-project.com/plugins/sfPropelPlugin/branches/migration One of the goals of the new migrations system is that it be usable by other symfony+propel plugins that include database schema files. This goal introduced the requirement of database agnostic migrations, which I have attempted to address with what I'm calling a migration abstraction layer. You can see an example of how this works in the plugin's own first migration (/lib/migration/ sfPropelPluginMigration001.class.php). Anyway, I could use some helping test the entire migration system, especially testing the new abstraction layer against the five database backends Propel 1.3 supports: MSSQL, MySQL, Oracle, PostgreSQL and SQLite. Please respond here if you'd be willing to help with these tests and I'll try to coordinate something. I'll also be attending symfony camp, if you want to discuss this testing or the migrations upgrade in general. Thanks! Kris --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "symfony developers" 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/symfony-devs?hl=en -~----------~----~----~----~------~----~------~--~---
