Initial commit (Clean history)
This commit is contained in:
18
app/migrations/0317_transaction_payment_plan.py
Normal file
18
app/migrations/0317_transaction_payment_plan.py
Normal file
@@ -0,0 +1,18 @@
|
||||
# Generated by Django 5.1.7 on 2025-12-10 09:41
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0316_product_product_type_product_template_name'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='transaction',
|
||||
name='payment_plan',
|
||||
field=models.JSONField(null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user