Skip to content

Commit bb4db91

Browse files
committed
Update migration name
1 parent 2d28826 commit bb4db91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readthedocs/projects/migrations/0032_add_htmlfile.py renamed to readthedocs/projects/migrations/0037_add_htmlfile.py

Lines changed: 2 additions & 2 deletions
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-06 18:09
2+
# Generated by Django 1.11.18 on 2019-01-22 19:13
33
from __future__ import unicode_literals
44

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

1010
dependencies = [
11-
('projects', '0031_add_modified_date_importedfile'),
11+
('projects', '0036_remove-auto-doctype'),
1212
]
1313

1414
operations = [

0 commit comments

Comments
 (0)