Skip to content

Commit beac945

Browse files
committed
fixup! refactor: Replace relative_due_date with actual due date
1 parent 01dc9ec commit beac945

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

learning_paths/migrations/0006_remove_learningpathstep_relative_due_date_in_days.py renamed to learning_paths/migrations/0008_remove_learningpathstep_relative_due_date_in_days.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
class Migration(migrations.Migration):
77

88
dependencies = [
9-
('learning_paths', '0005_learningpathstep_weight_learningpathgradingcriteria'),
9+
('learning_paths', '0007_replace_uuid_with_learningpathkey'),
1010
]
1111

1212
operations = [

0 commit comments

Comments
 (0)