Re: db problems after upgrading

2010-05-28 Thread Erik Romijn
Hi, darren wrote: > I upgraded django version from (not exactly sure) about 1.0 to 1.2. > After doing so, if I run manage.py syncdb, I get messages saying I > need to add unique constraints. I added "unique=True" to the columns > in the model that were indicated. However, I continue to get the >

db problems after upgrading

2010-05-27 Thread darren
I upgraded django version from (not exactly sure) about 1.0 to 1.2. After doing so, if I run manage.py syncdb, I get messages saying I need to add unique constraints. I added "unique=True" to the columns in the model that were indicated. However, I continue to get the messages. That didn't turn