diff --git a/myproject/customers/migrations/0003_remove_customer_customers_c_loyalty_5162a0_idx_and_more.py b/myproject/customers/migrations/0003_remove_customer_customers_c_loyalty_5162a0_idx_and_more.py new file mode 100644 index 0000000..475ba74 --- /dev/null +++ b/myproject/customers/migrations/0003_remove_customer_customers_c_loyalty_5162a0_idx_and_more.py @@ -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', + ), + ]