gdoermann / django-chargify

Chargify Wrapper for the Django Framework
GNU General Public License v2.0
21 stars 20 forks source link

Migration 0006 is redundant #2

Open ipartola opened 11 years ago

ipartola commented 11 years ago

Migration 0006 (https://github.com/gdoermann/django-chargify/blob/master/chargify/migrations/0006_auto__chg_field_subscription_credit_card__add_unique_subscription_cred.py) creates indecies that are already there. To reproduce, create a blank database, then run $ ./manage.py syncdb && ./manage.py migrate --all. The migration will fail on 0006.