Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
course-discovery
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
course-discovery
Commits
233e414e
Commit
233e414e
authored
Oct 25, 2016
by
Matthew Piatetsky
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Squash migrations
parent
32e3b68b
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
2 deletions
+2
-2
course_discovery/apps/course_metadata/migrations/0001_squashed_0033_courserun_mobile_available.py
+0
-0
course_discovery/apps/edx_catalog_extensions/migrations/0001_create_program_types.py
+1
-1
course_discovery/apps/publisher/migrations/0001_initial.py
+1
-1
No files found.
course_discovery/apps/course_metadata/migrations/0001_squashed_0033_courserun_mobile_available.py
0 → 100644
View file @
233e414e
This diff is collapsed.
Click to expand it.
course_discovery/apps/edx_catalog_extensions/migrations/0001_create_program_types.py
View file @
233e414e
...
@@ -27,7 +27,7 @@ def drop_program_types(apps, schema_editor):
...
@@ -27,7 +27,7 @@ def drop_program_types(apps, schema_editor):
class
Migration
(
migrations
.
Migration
):
class
Migration
(
migrations
.
Migration
):
dependencies
=
[
dependencies
=
[
(
'course_metadata'
,
'00
12_create_seat_types
'
),
(
'course_metadata'
,
'00
01_squashed_0033_courserun_mobile_available
'
),
]
]
operations
=
[
operations
=
[
...
...
course_discovery/apps/publisher/migrations/0001_initial.py
View file @
233e414e
...
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
...
@@ -15,7 +15,7 @@ class Migration(migrations.Migration):
migrations
.
swappable_dependency
(
settings
.
AUTH_USER_MODEL
),
migrations
.
swappable_dependency
(
settings
.
AUTH_USER_MODEL
),
(
'core'
,
'0007_auto_20160510_2017'
),
(
'core'
,
'0007_auto_20160510_2017'
),
(
'ietf_language_tags'
,
'0002_language_tag_data_migration'
),
(
'ietf_language_tags'
,
'0002_language_tag_data_migration'
),
(
'course_metadata'
,
'000
7_auto_20160720_1749
'
),
(
'course_metadata'
,
'000
1_squashed_0033_courserun_mobile_available
'
),
]
]
operations
=
[
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