On 19.02.2011, at 15:31, Lukas Kahwe Smith wrote: > > On 19.02.2011, at 14:47, Benjamin Eberlei wrote: > >> a.) where is this main migration dir > > its configurable, but i would say in the app or the root dir.
https://github.com/fabpot/symfony/pull/745 note there is a typo in the current migrations code: https://github.com/doctrine/migrations/pull/26 >> b.) how to include the shipped migrations > > > here we might want to make things easier in Doctrine Migrations itself with a > helper method, but in the end Migrations are just php code, so for now i > guess one would need to include and make an instance manually and call the > given method. err .. i guess one can always just extend the Bundle's migrations, so nothing to really necessary here. regards, Lukas Kahwe Smith [email protected] -- If you want to report a vulnerability issue on symfony, please send it to security at symfony-project.com 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
