Re: Syncdb generates non-unique foreign key constraints

2006-07-14 Thread DavidA
Michael Radziej wrote: > DavidA wrote: > > I've been having a problem rebuilding my database from scratch via > > syncdb. I've tracked it down to duplicate constraint name. Here is the > > output from manage.py sql for my app: > > ... > > This used to work, I'm pretty sure, but I haven't rebuilt

Re: Syncdb generates non-unique foreign key constraints

2006-07-14 Thread Michael Radziej
DavidA wrote: > I've been having a problem rebuilding my database from scratch via > syncdb. I've tracked it down to duplicate constraint name. Here is the > output from manage.py sql for my app: > ... > This used to work, I'm pretty sure, but I haven't rebuilt the whole DB > from scratch for a lo