aboutsummaryrefslogtreecommitdiffstats
path: root/src/booking/migrations/0012_auto_20230802_1810.py
blob: 36095a1c3d9336dc96e93d892fc408ff1e45d94e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Generated by Django 2.2 on 2023-08-02 18:10

from django.db import migrations, models


class Migration(migrations.Migration):

    dependencies = [
        ('booking', '0011_booking_aggregateid'),
    ]

    operations = [
        migrations.AlterField(
            model_name='booking',
            name='aggregateId',
            field=models.CharField(blank=True, max_length=36),
        ),
    ]