Skip to content

Commit

Permalink
Merge pull request #18 from ticosax/remove-also-customer-in-mig
Browse files Browse the repository at this point in the history
remove also customes in migraiton for consistency
  • Loading branch information
ticosax authored Oct 20, 2017
2 parents 401769e + 2bdd84f commit 2fa5a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pinax/stripe/migrations/0017_user-account-account.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@
def delete_user_accounts(apps, schema_editor):
UserAccount = apps.get_model("pinax_stripe", "UserAccount")
UserAccount.objects.all().delete()
Customer = apps.get_model("pinax_stripe", "Customer")
Customer.objects.all().delete()


class Migration(migrations.Migration):
Expand Down

0 comments on commit 2fa5a7a

Please sign in to comment.