Skip to content

Commit

Permalink
Merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
gannetson committed Sep 6, 2022
1 parent 8a7a182 commit 3a0e37b
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions bluebottle/cms/migrations/0071_merge_20220906_0730.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Generated by Django 2.2.24 on 2022-09-06 05:30

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
('cms', '0070_homepagestatisticscontent_year'),
('cms', '0070_auto_20220829_1600'),
]

operations = [
]

0 comments on commit 3a0e37b

Please sign in to comment.