dashboard/billing/migrations/0003_delete_paymentdetail.py

17 lines
324 B
Python

# Generated by Django 4.0.3 on 2022-06-21 15:45
from django.db import migrations
class Migration(migrations.Migration):
dependencies = [
("billing", "0002_alter_payment_billing_address_1_and_more"),
]
operations = [
migrations.DeleteModel(
name="PaymentDetail",
),
]