I have been working for 1.2 for a while, but recently I was required to update our 1.0 symfony project and I am now lost, please give me some idea, thanks.
1. The old 1.0 project has sperated schema design into schema.yml and schemx.xml into different directory; 2. I need to add an column into schema.xml; 3. I need to add a new table into schema.yml schema. 4. the schema.xml is sitting in the plugin directory, while schema.yml is sitting in the config direcotry under the root. I now run "php symfony propel-build-model", Then first line I got is Failed loading c:\php\ext\, I don't know if this error is crucial or not. Then it seemed everything goes well, but I found this line: [phingcall] C:\xxxx\build-propel.xml:471:1 : Duplicate table found: propel checkign result, no new model has been built in lib directory although I added it into the schema.yml file My question is if I have both xml and yml schema, what command should I need to use in order to make sure it runs well. Thanks --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
