Skip to content

Commit 0c36e77

Browse files
mattipclaude
andcommitted
fix migration
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 686b468 commit 0c36e77

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

codespeed/migrations/0005_benchmark_source_result_suite_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ class Migration(migrations.Migration):
1818
old_name='benchmark_type',
1919
new_name='source',
2020
),
21-
migrations.RunPython(remap_benchmark_type, migrations.RunPython.noop),
2221
migrations.AlterField(
2322
model_name='benchmark',
2423
name='source',
@@ -28,6 +27,7 @@ class Migration(migrations.Migration):
2827
max_length=14,
2928
),
3029
),
30+
migrations.RunPython(remap_benchmark_type, migrations.RunPython.noop),
3131
migrations.AddField(
3232
model_name='result',
3333
name='suite_version',

0 commit comments

Comments
 (0)