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 08:18:58 UTC

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

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