From 7c2ed5d037fe32477edd5c103f6e179575471ae1 Mon Sep 17 00:00:00 2001 From: Ernesto Rico Schmidt <ernesto@helsinki.at> Date: Mon, 27 Mar 2023 11:54:12 -0400 Subject: [PATCH] Merge migrations --- ...5_auto_20230326_2211_0045_auto_20221021_2008.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py diff --git a/program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py b/program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py new file mode 100644 index 00000000..68c0513f --- /dev/null +++ b/program/migrations/0046_merge_0025_auto_20230326_2211_0045_auto_20221021_2008.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2.18 on 2023-03-27 15:52 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('program', '0025_auto_20230326_2211'), + ('program', '0045_auto_20221021_2008'), + ] + + operations = [ + ] -- GitLab