Skip to content

Commit 5ffcf3f

Browse files
authored
Update migration dependency to 0278_global_search_fts_trigram_indexes (#15227)
1 parent 839faf5 commit 5ffcf3f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dojo/db_migrations/0278_jira_project_transition_fields.py renamed to dojo/db_migrations/0279_jira_project_transition_fields.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
class Migration(migrations.Migration):
55

66
dependencies = [
7-
('dojo', '0277_seed_deduplication_execution_mode'),
7+
('dojo', '0278_global_search_fts_trigram_indexes'),
88
]
99

1010
operations = [

0 commit comments

Comments
 (0)