Not sure about Propel but in Doctrine, what you are trying works. You can also simply override the setTableDefinition() in lib/model/doctrine/sfDoctrineGuardPlugin/sfGuardUser.class.php and add you're columns there.
- Jon On Tue, Nov 11, 2008 at 2:21 PM, ken <[EMAIL PROTECTED]> wrote: > > I need suggestion on how to override plugin schema.yml in a project > level. I really dont want to change anything in a plugin except the > contents of om and map directory. > > In the case of sfGuardPlugin, I needed to add 2 more column for > profile cacheing support so I copied plugins/sfGuardPlugin/config/ > schema.yml to config/sfGuardPlugin.schema.yml but I am unable to build > the models because it throws table already exists error. > > > -- Jonathan H. Wage Open Source Software Developer & Evangelist http://www.jwage.com http://www.doctrine-project.org http://www.symfony-project.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
