Skip to content

Commit

Permalink
Add merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
helenb committed Jul 25, 2024
1 parent c615cfe commit bc85ac6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions tbx/core/migrations/0037_merge_20240725_1000.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 4.2.11 on 2024-07-25 09:00

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("torchbox", "0035_add_important_page_settings"),
("torchbox", "0036_delete_unused_tag_snippet"),
]

operations = []

0 comments on commit bc85ac6

Please sign in to comment.