diff --git a/bartenders/migrations/0004_merge_0003_auto_20240915_2045_0003_auto_20241017_2029.py b/bartenders/migrations/0004_merge_0003_auto_20240915_2045_0003_auto_20241017_2029.py new file mode 100644 index 0000000..66ecf8a --- /dev/null +++ b/bartenders/migrations/0004_merge_0003_auto_20240915_2045_0003_auto_20241017_2029.py @@ -0,0 +1,13 @@ +# Generated by Django 3.2.4 on 2024-10-17 18:37 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ("bartenders", "0003_auto_20240915_2045"), + ("bartenders", "0003_auto_20241017_2029"), + ] + + operations = []