From 846babf79e0c0c56292a5a65b4baaed7cf2dce6e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1?= <git@imaniti.org> Date: Sat, 4 Feb 2023 11:16:21 +0900 Subject: [PATCH] fix migrations --- uniweb/migrations/0036_merge_20230204_0315.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 uniweb/migrations/0036_merge_20230204_0315.py diff --git a/uniweb/migrations/0036_merge_20230204_0315.py b/uniweb/migrations/0036_merge_20230204_0315.py new file mode 100644 index 00000000..f4a545c4 --- /dev/null +++ b/uniweb/migrations/0036_merge_20230204_0315.py @@ -0,0 +1,14 @@ +# Generated by Django 4.1.5 on 2023-02-04 02:15 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('uniweb', '0034_alter_uniwebflexiblepage_content_and_more'), + ('uniweb', '0035_alter_uniwebarticletag_content_object'), + ] + + operations = [ + ] -- GitLab