Hi JJ, on calling propel-built-schema from cli, symfony tries to generate a schema.yml using propel from an existing database. Maybe the database settings in propel.ini aren't correct, therefore you get a blank schema.yml.
Want you to create a schema.yml from an existing database or to update a database using schema.yml? If your aim is the second one, use "$ php symfony propel-build-sql" to create a sql from schema.yml after then "$ php symfony propel-insert- sql" to insert the sql into the database. purcaholic On 21 Mai, 07:57, JJ <[EMAIL PROTECTED]> wrote: > Hello Everybody, > > My problem is i define schema.yml and run $ symfony propel-build-schema. > after > this schema.yml become blank. > I wish to know why this is happening. > > Best Regards, > > JJ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
