[symfony-users] migrations trouble: sfpropelmigrationslightplugin

2010-04-24 Thread Parijat Kalia
Hey guys, I am working with the symfony propel migraitons plugin at the moment. The plugin installs fine , and as per the instructions that are given on the webpage it states that you must do the followibng step: php symfony init-migration migration_test to which it states that the

[symfony-users] Migrations! Migrations!

2007-09-27 Thread Fabian Lange
Hi, I remember the discussions about db migrations. Why not have a look at an external tool? http://www.liquibase.org/ http://www.liquibase.org/ seems to be very cool. I think the whole subject of applying changes to databases is way to complicated to be solved by a web page development

[symfony-users] Migrations

2007-09-26 Thread Jon Busby
Hi Everyone, I know _something_ exists that mimics rails migrations but is there some easy way of upgrading the datamodel on production sites without either 1. manually doing it! 2. dumping - insert - insert! Thanks! -- Thanks, Jon Busby JBtwo Web Development Mobile :: +44 (0)7834

[symfony-users] Migrations

2007-09-04 Thread Alexander Deruwe
Hello, I've used the code from http://trac.symfony-project.com/trac/wiki/ Migrations to implement a basic migration system for my project. Even though (as mentioned in the page) it currently relies on a lot of handcoded SQL, it's working marvelously. I'd now like to release this as a