mirror of
https://gitee.com/mateos/mateclaw.git
synced 2026-09-13 03:13:41 +08:00
fix(db): renumber webchat migrations to V151/V152 to avoid version collision
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.
This commit is contained in:
parent
cf5d47d249
commit
8f8d43d693
Loading…
Reference in New Issue
Block a user