Skip to content

Commit 6c57f5a

Browse files
committed
Fix migration
1 parent e0df6b4 commit 6c57f5a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

common

readthedocs/projects/migrations/0147_remove_unused_indexes.py renamed to readthedocs/projects/migrations/0148_remove_unused_indexes.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class Migration(migrations.Migration):
99
safe = Safe.before_deploy
1010

1111
dependencies = [
12-
('projects', '0146_addons_filetreediff_ignored_files'),
12+
('projects', '0147_addons_filetreediff_enabled_by_default'),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)