Hi Zhen,

The error is saying that your database table is missing that specific 
column. This most likely means one of two things:

1. You've loaded a Django app that you're not using, and its tables are 
missing
2. There was a migration that was missed during an upgrade

-- 
George

On Monday, September 19, 2016 at 6:22:34 PM UTC-7, Zhen Zhai wrote:
>
> I got this error in lms-stderr.log when I try to delete a user from django 
> admin.
>
> Uncaught exception from <class 'django.core.handlers.wsgi.WSGIHandler'>
> ...
> OperationalError: (1054, "Unknown column 
> 'api_admin_historicalapiaccessrequest.company_name' in 'field list'")
>
> Anyone know how to solve this?
>
> Thank you.
>
>
>

-- 
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/6410ad26-e529-4624-aa9f-174effa7a2c2%40googlegroups.com.

Reply via email to