chore(purchase/migrations/0008): remove obsolete PurchasableProduct.stripe_payment_url field

This commit is contained in:
2026-05-20 19:12:26 +02:00
parent e399d98f31
commit 41af6dcb7c

View File

@@ -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',
),
]