Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
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-platform
Commits
47002ff7
Commit
47002ff7
authored
Jul 06, 2015
by
Will Daly
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #8785 from edx/will/fix-credit-migrations
Fix migrations 0012 and 0013 in the credit app
parents
e7f7bdae
dcfd70b9
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
2 deletions
+4
-2
openedx/core/djangoapps/credit/migrations/0012_remove_m2m_course_and_provider.py
+2
-1
openedx/core/djangoapps/credit/migrations/0013_add_provider_status_url.py
+2
-1
No files found.
openedx/core/djangoapps/credit/migrations/0012_remove_m2m_course_and_provider.py
View file @
47002ff7
...
...
@@ -124,7 +124,8 @@ class Migration(SchemaMigration):
'id'
:
(
'django.db.models.fields.AutoField'
,
[],
{
'primary_key'
:
'True'
}),
'modified'
:
(
'model_utils.fields.AutoLastModifiedField'
,
[],
{
'default'
:
'datetime.datetime.now'
}),
'name'
:
(
'django.db.models.fields.CharField'
,
[],
{
'max_length'
:
'255'
}),
'namespace'
:
(
'django.db.models.fields.CharField'
,
[],
{
'max_length'
:
'255'
})
'namespace'
:
(
'django.db.models.fields.CharField'
,
[],
{
'max_length'
:
'255'
}),
'order'
:
(
'django.db.models.fields.PositiveIntegerField'
,
[],
{
'default'
:
'0'
})
},
'credit.creditrequirementstatus'
:
{
'Meta'
:
{
'unique_together'
:
"(('username', 'requirement'),)"
,
'object_name'
:
'CreditRequirementStatus'
},
...
...
openedx/core/djangoapps/credit/migrations/0013_add_provider_status_url.py
View file @
47002ff7
...
...
@@ -105,7 +105,8 @@ class Migration(SchemaMigration):
'id'
:
(
'django.db.models.fields.AutoField'
,
[],
{
'primary_key'
:
'True'
}),
'modified'
:
(
'model_utils.fields.AutoLastModifiedField'
,
[],
{
'default'
:
'datetime.datetime.now'
}),
'name'
:
(
'django.db.models.fields.CharField'
,
[],
{
'max_length'
:
'255'
}),
'namespace'
:
(
'django.db.models.fields.CharField'
,
[],
{
'max_length'
:
'255'
})
'namespace'
:
(
'django.db.models.fields.CharField'
,
[],
{
'max_length'
:
'255'
}),
'order'
:
(
'django.db.models.fields.PositiveIntegerField'
,
[],
{
'default'
:
'0'
})
},
'credit.creditrequirementstatus'
:
{
'Meta'
:
{
'unique_together'
:
"(('username', 'requirement'),)"
,
'object_name'
:
'CreditRequirementStatus'
},
...
...
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