Skip to content

Commit d401e6b

Browse files
committed
Fixed an error in migration dependency.
- Legacy-Id: 12592
1 parent 80c0e65 commit d401e6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ietf/review/migrations/0010_auto_20161214_1537.py

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

99
dependencies = [
10-
('review', '0009_auto_20161214_1537'),
10+
('review', '0009_reviewrequest_comment'),
1111
]
1212

1313
operations = [

0 commit comments

Comments
 (0)