3.1升级,操作数据库升级时候,报错,请予以支持

root@6245:/opt/seatable# seatable.sh upgrade-sql 3.1
mysql: [Warning] Using a password on the command line interface can be insecure.
ERROR 1054 (42S22) at line 113: Unknown column ‘is_current’ in ‘where clause’

警告-在命令行界面上使用密码可能不安全。
第 113 行报错 1054 (42S22):“where clause” 中的未知列 “is_current”

你看一下 113 行 SQL 语句时什么?是不是 SQL 的语法错误,或者手动更改数据库字段名称,或者 SQL 中字符串没有使用引号等造成的?

可以参考:

我升级数据库,提示完mysql: [Warning] Using a password on the command line interface can be insecure之后就结束了,是不是升级已经完成了?