Created
April 23, 2021 19:35
-
-
Save jjorissen52/e21aba138f3544b225214adb82ac1c43 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Generated by Django 3.2 on 2021-04-23 19:33 | |
from django.db import migrations, models | |
class Migration(migrations.Migration): | |
dependencies = [ | |
('djstripe', '0007_2_4'), | |
] | |
operations = [ | |
migrations.AlterField( | |
model_name='djstripeinvoicetotaltaxamount', | |
name='id', | |
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | |
), | |
migrations.AlterField( | |
model_name='djstripeupcominginvoicetotaltaxamount', | |
name='id', | |
field=models.BigAutoField(auto_created=True, primary_key=True, serialize=False, verbose_name='ID'), | |
), | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment