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:
matevip 2026-06-18 06:43:06 +08:00
parent cf5d47d249
commit 8f8d43d693
6 changed files with 0 additions and 0 deletions