Skip to content

Commit

Permalink
Reset migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
paltman committed Nov 26, 2021
1 parent 1d0c8f6 commit 880acce
Show file tree
Hide file tree
Showing 17 changed files with 37 additions and 1,214 deletions.
280 changes: 14 additions & 266 deletions pinax/stripe/migrations/0001_initial.py

Large diffs are not rendered by default.

30 changes: 0 additions & 30 deletions pinax/stripe/migrations/0002_auto_20151205_1451.py

This file was deleted.

23 changes: 23 additions & 0 deletions pinax/stripe/migrations/0002_auto_20211126_1416.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Generated by Django 3.2.9 on 2021-11-26 20:16

from django.db import migrations, models


class Migration(migrations.Migration):

dependencies = [
('pinax_stripe', '0001_initial'),
]

operations = [
migrations.AlterField(
model_name='event',
name='validated_message',
field=models.JSONField(blank=True, null=True),
),
migrations.AlterField(
model_name='event',
name='webhook_message',
field=models.JSONField(),
),
]
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 880acce

Please sign in to comment.