Skip to content

Commit 7e8e09f

Browse files
committed
Fix migration dependencies.
1 parent 20b99f9 commit 7e8e09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

course/migrations/0114_add_tags_to_preapp.py course/migrations/0115_add_tags_to_preapp.py

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

1111
dependencies = [
12-
('course', '0113_merge_20190919_1408'),
12+
('course', '0114_alter_helptext_for_ptag_and_prole_fix_typo'),
1313
]
1414

1515
operations = [

0 commit comments

Comments
 (0)