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
0ba637af
Commit
0ba637af
authored
Jan 15, 2018
by
Mushtaq Ali
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Increase length of edx_id field
parent
d7d046fd
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
1 deletions
+21
-1
VEDA_OS01/migrations/0006_auto_20180115_0815.py
+20
-0
VEDA_OS01/models.py
+1
-1
No files found.
VEDA_OS01/migrations/0006_auto_20180115_0815.py
0 → 100644
View file @
0ba637af
# -*- coding: utf-8 -*-
# Generated by Django 1.9 on 2018-01-15 08:15
from
__future__
import
unicode_literals
from
django.db
import
migrations
,
models
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'VEDA_OS01'
,
'0005_auto_20171127_0856'
),
]
operations
=
[
migrations
.
AlterField
(
model_name
=
'video'
,
name
=
'edx_id'
,
field
=
models
.
CharField
(
max_length
=
255
,
verbose_name
=
b
'VEDA Video ID'
),
),
]
VEDA_OS01/models.py
View file @
0ba637af
...
@@ -434,7 +434,7 @@ class Video(models.Model):
...
@@ -434,7 +434,7 @@ class Video(models.Model):
max_length
=
180
,
max_length
=
180
,
null
=
True
,
blank
=
True
null
=
True
,
blank
=
True
)
)
edx_id
=
models
.
CharField
(
'VEDA Video ID'
,
max_length
=
2
0
)
edx_id
=
models
.
CharField
(
'VEDA Video ID'
,
max_length
=
2
55
)
studio_id
=
models
.
CharField
(
studio_id
=
models
.
CharField
(
'Studio Upload ID'
,
'Studio Upload ID'
,
max_length
=
100
,
max_length
=
100
,
...
...
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