Skip to content

Commit 73c6ca8

Browse files
committed
Update migration name
1 parent 27f92c2 commit 73c6ca8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/projects/migrations/0031_increase_webhook_maxsize.py renamed to readthedocs/projects/migrations/0032_increase_webhook_maxsize.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# -*- coding: utf-8 -*-
2-
# Generated by Django 1.11.16 on 2018-11-02 14:02
2+
# Generated by Django 1.11.16 on 2018-11-06 23:12
33
from __future__ import unicode_literals
44

55
from django.db import migrations, models
@@ -8,7 +8,7 @@
88
class Migration(migrations.Migration):
99

1010
dependencies = [
11-
('projects', '0030_change-max-length-project-slug'),
11+
('projects', '0031_add_modified_date_importedfile'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)