Skip to content
Snippets Groups Projects
Commit 9be68ade authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Add migration for new django-payments version

parent ac73c76b
No related branches found
No related tags found
No related merge requests found
# Generated by Django 3.2.12 on 2022-03-20 21:51
from django.db import migrations
import phonenumber_field.modelfields
class Migration(migrations.Migration):
dependencies = [
('tezor', '0008_always_set_person'),
]
operations = [
migrations.AddField(
model_name='invoice',
name='billing_phone',
field=phonenumber_field.modelfields.PhoneNumberField(blank=True, max_length=128, region=None),
),
]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment