Database Migration Reverted

26 views
Skip to first unread message

Douglas Hall

unread,
Feb 9, 2017, 1:42:43 PM2/9/17
to edx-...@googlegroups.com
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
Reply all
Reply to author
Forward
0 new messages