Skip to content

Commit

Permalink
Squash migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Đukić authored and bonidjukic committed Sep 9, 2018
1 parent 636ab48 commit a384400
Show file tree
Hide file tree
Showing 16 changed files with 250 additions and 891 deletions.
321 changes: 248 additions & 73 deletions pinax/stripe/migrations/0001_initial.py

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.8 on 2018-08-06 19:00
from __future__ import unicode_literals

from django.conf import settings
Expand Down Expand Up @@ -26,5 +27,5 @@ class Migration(migrations.Migration):
]

operations = [
migrations.RunPython(migrate_customers)
migrations.RunPython(migrate_customers)
]
19 changes: 0 additions & 19 deletions pinax/stripe/migrations/0003_make_cvc_check_blankable.py

This file was deleted.

22 changes: 0 additions & 22 deletions pinax/stripe/migrations/0004_plan_metadata.py

This file was deleted.

20 changes: 0 additions & 20 deletions pinax/stripe/migrations/0005_auto_20161006_1445.py

This file was deleted.

40 changes: 0 additions & 40 deletions pinax/stripe/migrations/0006_coupon.py

This file was deleted.

21 changes: 0 additions & 21 deletions pinax/stripe/migrations/0007_auto_20170108_1202.py

This file was deleted.

25 changes: 0 additions & 25 deletions pinax/stripe/migrations/0008_auto_20170509_1736.py

This file was deleted.

21 changes: 0 additions & 21 deletions pinax/stripe/migrations/0009_auto_20170825_1841.py

This file was deleted.

Loading

0 comments on commit a384400

Please sign in to comment.