Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
edx-platform-release
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Package Registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
code.vt.edu will be down for maintenance from 0530-0630 EDT Wednesday, March 26th
Show more breadcrumbs
Hsin-Yu Chien
edx-platform-release
Commits
ad748d98
Commit
ad748d98
authored
4 years ago
by
DawoudSheraz
Browse files
Options
Downloads
Patches
Plain Diff
drop video pipeline integration model with migration
parent
b7cd41f1
Branches
Branches containing commit
Tags
release-2020-10-02-11.03
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
common/djangoapps/util/tests/test_db.py
+0
-1
0 additions, 1 deletion
common/djangoapps/util/tests/test_db.py
openedx/core/djangoapps/video_pipeline/migrations/0007_delete_videopipelineintegration.py
+16
-0
16 additions, 0 deletions
...peline/migrations/0007_delete_videopipelineintegration.py
with
16 additions
and
1 deletion
common/djangoapps/util/tests/test_db.py
+
0
−
1
View file @
ad748d98
...
...
@@ -198,7 +198,6 @@ class MigrationTests(TestCase):
"""
@override_settings
(
MIGRATION_MODULES
=
{})
@unittest.skip
(
"
Skipping temporarily as part of PROD-2152 to remove VEDA code from platform
"
)
def
test_migrations_are_in_sync
(
self
):
"""
Tests that the migration files are in sync with the models.
...
...
This diff is collapsed.
Click to expand it.
openedx/core/djangoapps/video_pipeline/migrations/0007_delete_videopipelineintegration.py
0 → 100644
+
16
−
0
View file @
ad748d98
# Generated by Django 2.2.16 on 2020-10-05 05:42
from
django.db
import
migrations
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
(
'
video_pipeline
'
,
'
0006_remove_vempipelineintegration_vem_enabled_courses_percentage
'
),
]
operations
=
[
migrations
.
DeleteModel
(
name
=
'
VideoPipelineIntegration
'
,
),
]
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment