When you just start a new project and you don't have the folder "SF_ROOT/config/doctrine"
And you run "symfony doctrine:build-schema" the schema is generated like SF_ROOT/config/doctrine (file) If you already have the folder "SF_ROOT/config/doctrine" and you run the task, the schema is generated like "SF_ROOT/config/doctrine/ schema.yml" It's possibly not totally symfony related since the code is situated in SF_ROOT\lib\vendor\symfony\lib\plugins\sfDoctrinePlugin\lib\vendor \doctrine\Doctrine\Export\Schema.php in the function exportSchema() but why would there be a difference in generating a "doctrine" file or the "schema.yml" based on if there's a "doctrine" folder? Or why would the "symfony generate:project" task not create the "doctrine" folder (since default orm = Doctrine)? -- 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 users" 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-users?hl=en
