From 21a468916c112bcbc8a68508231e304ace4228a5 Mon Sep 17 00:00:00 2001 From: Igor Santos Date: Mon, 15 Jan 2024 13:33:23 -0300 Subject: [PATCH] fix(nossas): merge migrations plugins --- .../plugins/migrations/0006_merge_20240115_1632.py | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 app/nossas/plugins/migrations/0006_merge_20240115_1632.py diff --git a/app/nossas/plugins/migrations/0006_merge_20240115_1632.py b/app/nossas/plugins/migrations/0006_merge_20240115_1632.py new file mode 100644 index 00000000..f32bb81c --- /dev/null +++ b/app/nossas/plugins/migrations/0006_merge_20240115_1632.py @@ -0,0 +1,14 @@ +# Generated by Django 3.2 on 2024-01-15 16:32 + +from django.db import migrations + + +class Migration(migrations.Migration): + + dependencies = [ + ('plugins', '0002_fullpageslider_background_image'), + ('plugins', '0005_auto_20240115_1507'), + ] + + operations = [ + ]