# Generated by Django 4.1.4 on 2025-02-20 11:25

from django.db import migrations, models
import django.utils.timezone


class Migration(migrations.Migration):

    dependencies = [
        ('customer_api', '0231_customersfeatureadshistory'),
    ]

    operations = [
        migrations.AlterField(
            model_name='customersfeatureadshistory',
            name='payment_date',
            field=models.DateField(auto_now_add=True, default=django.utils.timezone.now),
            preserve_default=False,
        ),
    ]
