I am using Propel as my DAL for my Symfony project. I can\'t seem to get my application to work across two or more databases.
Here\'s my schema.yml:
I got this issue working! The most important thing is you must name your schema according to %dbname%.schema.yml. In this way Symfony will be able to assign the ymls to the correct database.