cannot find unique constraint on easy_thumbnails_thumbnails while running jenkins
I am running into below error while running jenkins for my django project -
File "/Library/Python/2.7/site-packages/easy_thumbnails/migrations/0015_auto__del_unique_thumbnail_name_storage_hash__add_unique_thumbnail_sou.py", line 12, in forwards
db.delete_unique('easy_thumbnails_thumbnail', ['name', 'storage_hash'])
File "/Library/Python/2.7/site-packages/south/db/generic.py", line 479, in delete_unique
raise ValueError("Cannot find a UNIQUE constraint on table %s, columns %r" % (table_name, columns))
ValueError: Cannot find a UNIQUE constraint on table easy_thumbnails_thumbnail, columns ['name', 'storage_hash']
you can find the details error message -
Any idea what might be wrong?
Thanks.
-- You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.

0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home