The 2nd error that occurs for the same reason is:

(1364, "Field 'receipt_page_url' doesn't have a default value")

It happened to me when I tried to add a SiteConfiguration object. I did the 
following to fix it:


   - git checkout 777964b9aae8a679fc4edef0d8186910777bd560
   - ./manage.py lms --settings=devstack migrate site_configuration 0002
      - Answer "yes" when prompted.
   - git checkout master (or wherever you were)


On Thursday, September 22, 2016 at 9:43:44 PM UTC+2, Robert R wrote:
>
> A migration was reverted from master during the last release.  If you run 
> into the following error:
>
> (1054, "Unknown column 'commerce_commerceconfiguration.receipt_page' in 
> 'field list'")
>
> You can do the following:
>
>    - git checkout 777964b9aae8a679fc4edef0d8186910777bd560
>    - ./manage.py lms --settings=devstack migrate commerce 0004
>    - Answer "yes" when prompted.
>    - git checkout master (or wherever you were)
>    
> Thanks to Eric Fischer for the fix.
>
> -- 
>
> *Robert Raposa*
>
> edX | Software Architect  | [email protected] <javascript:>  
>
> 141 Portland Street, 9th floor
>
> Cambridge, MA 02139
> http://www.edx.org <http://www.edxonline.org/>
>
> [image: 
> http://www.e-learn.nl/media/blogs/e-learn/edX_Logo_Col_RGB_FINAL.jpg?mtime=1336074566]
>

-- 
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/857103b4-ada7-49dc-9f32-01c8b8fc84c6%40googlegroups.com.

Reply via email to