Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-video-pipeline
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-video-pipeline
Commits
2fa0740d
Commit
2fa0740d
authored
Oct 16, 2017
by
muzaffaryousaf
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Single migration file for video transcripts.
parent
9bda5dca
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
23 deletions
+2
-23
VEDA_OS01/migrations/0002_auto_20171016_1211.py
+2
-2
VEDA_OS01/migrations/0003_auto_20171012_1203.py
+0
-21
No files found.
VEDA_OS01/migrations/0002_auto_201710
09_1054
.py
→
VEDA_OS01/migrations/0002_auto_201710
16_1211
.py
View file @
2fa0740d
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2017-10-
09 10:54
# Generated by Django 1.9 on 2017-10-
16 12:11
from
__future__
import
unicode_literals
import
VEDA_OS01.models
...
...
@@ -91,7 +91,7 @@ class Migration(migrations.Migration):
migrations
.
AddField
(
model_name
=
'transcriptprocessmetadata'
,
name
=
'video'
,
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
to
=
'VEDA_OS01.Video'
),
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'transcript_processes'
,
to
=
'VEDA_OS01.Video'
),
),
migrations
.
AlterUniqueTogether
(
name
=
'transcriptcredentials'
,
...
...
VEDA_OS01/migrations/0003_auto_20171012_1203.py
deleted
100644 → 0
View file @
9bda5dca
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2017-10-12 12:03
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
import
django.db.models.deletion
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'VEDA_OS01'
,
'0002_auto_20171009_1054'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'transcriptprocessmetadata'
,
name
=
'video'
,
field
=
models
.
ForeignKey
(
on_delete
=
django
.
db
.
models
.
deletion
.
CASCADE
,
related_name
=
'transcript_processes'
,
to
=
'VEDA_OS01.Video'
),
),
]
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment