chore(purchase/migrations/0008): remove obsolete PurchasableProduct.stripe_payment_url field
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
# Generated by Django 6.0.4 on 2026-05-20 17:09
|
||||
|
||||
from django.db import migrations
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('purchase', '0007_coursepurchase_status_and_more'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.RemoveField(
|
||||
model_name='purchasableproduct',
|
||||
name='stripe_payment_url',
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user