# Generated by Django 5.2.4 on 2026-01-17 20:54

from django.db import migrations


class Migration(migrations.Migration):

    dependencies = [
        ("appointments", "0007_webhookevent"),
    ]

    operations = [
        migrations.AlterModelOptions(
            name="webhookevent",
            options={
                "ordering": ["-received_at"],
                "verbose_name_plural": "Webhook Event",
            },
        ),
    ]
