Ryan Wang 👍 还是包同样的错误,是升级方式不对,还是需要删除哪些东西呢?

升级方式:替换原先的 jar 包,然后尝试使用:java -jar halo***.jar 命令运行

`ed exception accepting command : Error executing DDL "alter table comments add column allow_notification tinyint default 1" via JDBC Statement

org.hibernate.tool.schema.spi.CommandAcceptanceException: Error executing DDL "alter table comments add column allow_notification tinyint default 1" via JDBC Statement
`

    huasio 去数据库手动执行 alter table comments add column allow_notification tinyint default 1 看看有没有啥问题。

      Ryan Wang 👍

      mysql> alter table comments add column allow_notification tinyint default 1;
      Query OK, 1 row affected (0.02 sec)
      Records: 1  Duplicates: 0  Warnings: 0

      Ryan Wang 👍 手动执行所有 alter 语句了,但是又出现新的报错信息。

      Error starting ApplicationContext. To display the conditions report re-run your application with 'debug' enabled.
      2020-01-05 21:52:38.048 ERROR 11203 --- [           main] o.s.boot.SpringApplication               : Application run failed
      
      org.flywaydb.core.api.FlywayException: Validate failed:
      Detected failed migration to version 2 (migrate 1.2.0-beta.1 to 1.2.0-beta.2)
      ......
        3 个月 后

        Ryan Wang 👍
        尝试在文章开头加[TOC]了,但依旧不能渲染出目录,用的是下载的jar包里自带的主题

        22 天 后

        附件里面应该加入分类功能

        19 天 后
        3 年 后

        什么时候能以插件的方式支持数学公式呀?