миграц
This commit is contained in:
@@ -0,0 +1,21 @@
|
|||||||
|
# Generated by Django 5.0.10 on 2025-11-22 13:57
|
||||||
|
|
||||||
|
from django.db import migrations
|
||||||
|
|
||||||
|
|
||||||
|
class Migration(migrations.Migration):
|
||||||
|
|
||||||
|
dependencies = [
|
||||||
|
('customers', '0002_customer_is_system_customer'),
|
||||||
|
]
|
||||||
|
|
||||||
|
operations = [
|
||||||
|
migrations.RemoveIndex(
|
||||||
|
model_name='customer',
|
||||||
|
name='customers_c_loyalty_5162a0_idx',
|
||||||
|
),
|
||||||
|
migrations.RemoveField(
|
||||||
|
model_name='customer',
|
||||||
|
name='loyalty_tier',
|
||||||
|
),
|
||||||
|
]
|
||||||
Reference in New Issue
Block a user