Skip to content

Commit 6400305

Browse files
committed
migrations updated
1 parent 70be132 commit 6400305

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

readthedocs/builds/migrations/0008_added_external_version_type.py renamed to readthedocs/builds/migrations/0009_added_external_version_type.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.21 on 2019-06-17 19:43
2+
# Generated by Django 1.11.21 on 2019-07-04 13:10
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-
('builds', '0007_add-automation-rules'),
11+
('builds', '0008_remove-version-tags'),
1212
]
1313

1414
operations = [

tox.ini

+1
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,4 @@ commands =
7171
description = upload coverage report
7272
deps = codecov
7373
commands = codecov
74+
added_external_version_type

0 commit comments

Comments
 (0)