hosted/wlhosted/payments/migrations/0035_fill_billing_customer_name.py
2026-05-25 14:51:34 +02:00

14 lines
338 B
Python

from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
(
"payments",
"0034_customer_vat_validated_customer_vat_validation_error_and_more",
),
]
operations = [
migrations.RunPython(migrations.RunPython.noop, migrations.RunPython.noop),
]