Hi all,

The following migration was reverted from master during last Friday’s (Feb 3) 
release to production. 
If you run into the following error on your devstack:
(1364, "Field 'instructor_info' doesn't have a default value")
You can fix it with the following:
mysql -u root edxapp
ALTER TABLE course_overviews_courseoverview DROP COLUMN instructor_info;
DELETE FROM django_migrations where name = 
‘0011_courseoverview_instructor_info’;

Thanks,

- Doug

-- 
You received this message because you are subscribed to the Google Groups 
"General Open edX discussion" group.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/edx-code/87A97149-0402-4589-9C13-6DC6DD7DB95E%40edx.org.

Reply via email to