Skip to content

Commit

Permalink
Add a merge migration
Browse files Browse the repository at this point in the history
  • Loading branch information
tm-kn committed Mar 25, 2024
1 parent f56d524 commit 80833ac
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions etna/articles/migrations/0105_merge_20240325_1343.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Generated by Django 5.0.3 on 2024-03-25 13:43

from django.db import migrations


class Migration(migrations.Migration):

dependencies = [
("articles", "0103_alter_articlepage_body_alter_focusedarticlepage_body"),
("articles", "0104_alter_articlepage_body_alter_focusedarticlepage_body"),
]

operations = []

0 comments on commit 80833ac

Please sign in to comment.