mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
The webchat session-id (was V147) and archive/revocation (was V148) migrations collided with the wiki migrations already occupying V147 (wiki_page_aliases) and V148 (wiki_entity); wiki migrations run up to V150. Two files sharing a version makes Flyway abort at startup with "Found more than one migration with version N", so the app failed to boot on a fresh database. Renumber the webchat migrations to the next free slots (V151, V152) across all three dialects. Table names are unchanged, so entities and idempotent column guards are unaffected. |
||
|---|---|---|
| .. | ||
| src | ||
| Dockerfile | ||
| pom.xml | ||
| settings.xml | ||