Skip to content

Commit

Permalink
fix(nossas): merge migrations plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
igr-santos committed Jan 15, 2024
1 parent 2f2aefd commit 21a4689
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions app/nossas/plugins/migrations/0006_merge_20240115_1632.py
Original file line number Diff line number Diff line change
@@ -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 = [
]

0 comments on commit 21a4689

Please sign in to comment.