Initial commit (Clean history)
This commit is contained in:
23
app/migrations/0339_cart_index_sale_policy_index.py
Normal file
23
app/migrations/0339_cart_index_sale_policy_index.py
Normal file
@@ -0,0 +1,23 @@
|
||||
# Generated by Django 5.1.7 on 2025-12-26 01:50
|
||||
|
||||
from django.db import migrations, models
|
||||
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
|
||||
dependencies = [
|
||||
('app', '0338_layer_setting'),
|
||||
]
|
||||
|
||||
operations = [
|
||||
migrations.AddField(
|
||||
model_name='cart',
|
||||
name='index',
|
||||
field=models.IntegerField(default=1, null=True),
|
||||
),
|
||||
migrations.AddField(
|
||||
model_name='sale_policy',
|
||||
name='index',
|
||||
field=models.IntegerField(default=1, null=True),
|
||||
),
|
||||
]
|
||||
Reference in New Issue
Block a user