# Generated by Django 2.2 on 2020-12-16 06:05

import datetime
from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('Customer', '0048_customerjob_pickuptimeslotdate'),
    ]

    operations = [
        migrations.AddField(
            model_name='customer',
            name='created_at',
            field=models.DateTimeField(auto_now_add=True, default=datetime.date(2020, 12, 16)),
            preserve_default=False,
        ),
    ]
