Fixes migration conflict caused by fix for #17841

This commit is contained in:
Jason Novinger 2025-03-19 12:55:06 -05:00
parent 4e66ede35e
commit 76bf80a7ee
2 changed files with 1 additions and 3 deletions

View File

@ -1,5 +1,3 @@
# Generated by Django 5.2b1 on 2025-03-17 14:41
from django.db import migrations, models

View File

@ -4,7 +4,7 @@ from django.db import migrations, models
class Migration(migrations.Migration):
dependencies = [
('extras', '0123_remove_staging'),
('extras', '0124_alter_tag_options_tag_weight'),
]
operations = [