-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cleanup external_marketing_url
field from CourseRun model
#2636
Comments
@arslanashraf7 I noticed that the values in this field did not port over to the CMS field. The external url fields in the CMS are all blank: https://xpro.mit.edu/cms/pages/506/edit/ Is there way to backfill these fields? |
When I checked, I could see the values back filled e.g. for https://xpro.mit.edu/cms/pages/408/edit/. Was there a value set for this in the course run?
We can manually backfill them. |
My mistake - I was looking at the course page for this course and not the program page: https://xpro.mit.edu/cms/pages/381/edit/ |
Closing, Deployed on prod via #2639 |
Description
In #2628 we migrated
external_marketing_url
fromCourseRun
model intoCourseware
model in CMS. We could not remove these fields in the original PR because the data migration depends on it. So this has to be a separate PR that should be merged once the original PR is live in Production.Expected Behavior
external_marketing_url
field from CourseRun is removed along with any of its possible usagesThe text was updated successfully, but these errors were encountered: