Skip to content

Commit

Permalink
update migration
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammad-ammar committed Oct 10, 2017
1 parent 51e5580 commit 27e9af9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edxval/migrations/0007_transcript_credentials_state.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# -*- coding: utf-8 -*-
# Generated by Django 1.11.4 on 2017-10-10 07:29
# Generated by Django 1.11.4 on 2017-10-10 08:15
from __future__ import unicode_literals

from django.db import migrations, models
Expand All @@ -10,7 +10,7 @@
class Migration(migrations.Migration):

dependencies = [
('edxval', '0006_video_transcripts'),
('edxval', '0006_auto_20171009_0725'),
]

operations = [
Expand Down

0 comments on commit 27e9af9

Please sign in to comment.