probably the key name is too long. Try if this works:
ALTER TABLE sf_guard_group_permission ADD CONSTRAINT
g FOREIGN KEY (permission_id) REFERENCES sf_guard_permission(id)
Am 11.01.2010 07:54, schrieb Mike Church:
> Hi Folks:
>
> I have been trying to deploy, I have everything working right l
try to delete all tables and next symfony:doctrine
Gabo
2010/1/11 Mike Church
> Hi Folks:
>
> I have been trying to deploy, I have everything working right locally.
>
> Now without implying I've tried everything I can tell you all that I
> am at the end of my rope. When I use the svn versi
Hi,
Looks like a SQL Problem. You should get a detailed explained error,
when you try to execute this query directly to your database:
ALTER TABLE
sf_guard_group_permission ADD CONSTRAINT
sf_guard_group_permission_permission_id_sf_guard_permission_id FOREIGN
KEY (permission_id) REFERENCES sf_
Hi Folks:
I have been trying to deploy, I have everything working right locally.
Now without implying I've tried everything I can tell you all that I
am at the end of my rope. When I use the svn version of
sfDoctrineGuard from:
http://svn.symfony-project.com/plugins/sfDoctrineGuardPlugin/trunk