You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by GitBox <gi...@apache.org> on 2020/09/04 06:58:47 UTC

[GitHub] [apisix-dashboard] y934317258 opened a new issue #440: Route storage failure: Error 1054: Unknown column 'script' in 'field list'

y934317258 opened a new issue #440:
URL: https://github.com/apache/apisix-dashboard/issues/440


   Please answer these questions before submitting your issue.
   
   - Why do you submit this issue?
   - [ ] Question or discussion
   - [ true] Bug
   - [ ] Requirements
   - [ ] Feature or performance improvement
   - [ ] Other
   
   ___
   ### Question
   - What do you want to know?
   Route storage failure: Error 1054: Unknown column 'script' in 'field list'
   ![IAEE3229OH L7RJTZS_P)VP](https://user-images.githubusercontent.com/68832358/92209098-06e42280-eebf-11ea-9281-ffe9626290dd.png)
   ___
   ### Bug
   - Which version of Apache APISIX Dashboard, OS, and Browser?
   master
   - What happened?
   If possible, provide a way to reproduce the error.
   only config
   ___
   ### Requirement or improvement
   - Please describe your requirements or improvement suggestions.
   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] nic-chen commented on issue #440: Route storage failure: Error 1054: Unknown column 'script' in 'field list'

Posted by GitBox <gi...@apache.org>.
nic-chen commented on issue #440:
URL: https://github.com/apache/apisix-dashboard/issues/440#issuecomment-687001643


   @y934317258  
   please update your mysql table `routes`: 
   ```
   alter table `routes` add column `script` text;
   ```
   
   it's updated by this pr:
   https://github.com/apache/apisix-dashboard/pull/411/files#diff-8a29820976db180f132d6c80c9044cf5R15


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] juzhiyuan closed issue #440: Route storage failure: Error 1054: Unknown column 'script' in 'field list'

Posted by GitBox <gi...@apache.org>.
juzhiyuan closed issue #440:
URL: https://github.com/apache/apisix-dashboard/issues/440


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [apisix-dashboard] y934317258 commented on issue #440: Route storage failure: Error 1054: Unknown column 'script' in 'field list'

Posted by GitBox <gi...@apache.org>.
y934317258 commented on issue #440:
URL: https://github.com/apache/apisix-dashboard/issues/440#issuecomment-686964530


   Is this a new version of bug?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org