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:
Navin Karkera
2025-06-27 12:03:51 +02:00
committed by GitHub

View File

@@ -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'),
]