Skip to content

Commit 8a2d1d9

Browse files
committed
fix: resolve database migration conflict
1 parent 7cf9548 commit 8a2d1d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bots/migrations/0107_tag_publishedrun_tags_publishedrunversion_tags.py renamed to bots/migrations/0109_tag_publishedrun_tags_publishedrunversion_tags.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Generated by Django 5.1.3 on 2025-09-22 08:57
1+
# Generated by Django 5.1.3 on 2025-09-24 07:32
22

33
import django.db.models.functions.text
44
from django.db import migrations, models
@@ -7,7 +7,7 @@
77
class Migration(migrations.Migration):
88

99
dependencies = [
10-
("bots", "0106_alter_savedrun_unique_together_savedrun_platform_and_more"),
10+
("bots", "0108_alter_publishedrun_workflow_alter_savedrun_workflow_and_more"),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)