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
eecf7430
Commit
eecf7430
authored
Nov 08, 2017
by
Qubad786
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix migrations conflict
parent
52f3c03d
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
VEDA_OS01/migrations/0003_auto_20171024_2003.py
+1
-1
VEDA_OS01/migrations/0004_auto_20171108_0714.py
+1
-1
No files found.
VEDA_OS01/migrations/0003_auto_20171024_2003.py
View file @
eecf7430
...
...
@@ -8,7 +8,7 @@ from django.db import migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'VEDA_OS01'
,
'000
2_auto_20171016_1211
'
),
(
'VEDA_OS01'
,
'000
3_auto_20171019_1317
'
),
]
operations
=
[
...
...
VEDA_OS01/migrations/0004_auto_20171108_0714.py
View file @
eecf7430
...
...
@@ -10,7 +10,7 @@ import model_utils.fields
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'VEDA_OS01'
,
'0003_auto_201710
19_1317
'
),
(
'VEDA_OS01'
,
'0003_auto_201710
24_2003
'
),
]
operations
=
[
...
...
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