Hi, I am building a symfony app that will be using an existing database. I have created a schema.yml file for the existing database tables. I have also created a second custom.schema.yml file for the new database tables that i will be adding.
When i run symfony propel:build-sql, it generates a single file in the data/sql folder containing all the sql code to create both the existing and new tables in a single file. I would like to have multiple sql files so i can insert the new table without modifying the existing table. How would i go about doing this ? 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 -~----------~----~----~----~------~----~------~--~---
