Merge pull request #36955 from openedx/mfrank/add-oel-publishing-dep-contentstore-migration-0010
fix: add oel-publishing migration dependency to contentstore
This commit is contained in:
@@ -10,6 +10,7 @@ from django.db import migrations, models
|
||||
|
||||
class Migration(migrations.Migration):
|
||||
dependencies = [
|
||||
('oel_publishing', '0003_containers'),
|
||||
('oel_components', '0003_remove_componentversioncontent_learner_downloadable'),
|
||||
('contentstore', '0009_learningcontextlinksstatus_publishableentitylink'),
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user