mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
The cherry-picked V154 used 'ALTER TABLE ... ADD COLUMN IF NOT EXISTS' for MySQL — invalid on MySQL 8.0.x (a MariaDB-only extension) which aborts Flyway at startup. Switch to the INFORMATION_SCHEMA + PREPARE guard the other MySQL migrations use. Also change the KingbaseES column from SMALLINT to BOOLEAN to match the Java 'Boolean wikiDisabled' field and the existing skills_disabled / tools_disabled flags (vanilla PostgreSQL is strict about boolean vs smallint). H2 (already BOOLEAN) is unchanged. |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||