From af9266a02611186bae5578f442ffe6e009635882 Mon Sep 17 00:00:00 2001 From: magsyg Date: Tue, 24 Sep 2024 19:14:31 +0200 Subject: [PATCH] new migrations --- ...nts_and_more.py => 0004_campus_total_students_and_more.py} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename backend/samfundet/migrations/{0002_campus_total_students_and_more.py => 0004_campus_total_students_and_more.py} (95%) diff --git a/backend/samfundet/migrations/0002_campus_total_students_and_more.py b/backend/samfundet/migrations/0004_campus_total_students_and_more.py similarity index 95% rename from backend/samfundet/migrations/0002_campus_total_students_and_more.py rename to backend/samfundet/migrations/0004_campus_total_students_and_more.py index 508809cac..82f9f3299 100644 --- a/backend/samfundet/migrations/0002_campus_total_students_and_more.py +++ b/backend/samfundet/migrations/0004_campus_total_students_and_more.py @@ -1,11 +1,11 @@ -# Generated by Django 5.0.2 on 2024-09-17 19:40 +# Generated by Django 5.1.1 on 2024-09-24 17:14 from django.db import migrations, models class Migration(migrations.Migration): dependencies = [ - ("samfundet", "0001_initial"), + ("samfundet", "0003_remove_gang_event_admin_group_and_more"), ] operations = [