There was an error while loading. Please reload this page.
2 parents f17ca3b + f0f8ca0 commit 8f263bdCopy full SHA for 8f263bd
1 file changed
data/migrations/0154_merge_20240916_1041.py
@@ -0,0 +1,13 @@
1
+# Generated by Django 5.0.7 on 2024-09-16 08:41
2
+
3
+from django.db import migrations
4
5
6
+class Migration(migrations.Migration):
7
8
+ dependencies = [
9
+ ("data", "0153_reset_sql_sequences"),
10
+ ("data", "0153_wasteaction_latest_revision"),
11
+ ]
12
13
+ operations = []
0 commit comments