fix(migration): renumber agent primary_kb to V130 to clear V129 collision

PR #237 introduced V129__agent_primary_kb.sql while dev also has
V129__wiki_page_broken_links.sql shipped from the broken-link lint work.
Flyway rejects duplicate version numbers at startup, so the agent
primary_kb migration moves to V130 across both H2 and MySQL dialects.

No content change beyond the rename — the column add, index, and
backfill SQL are identical to the V129 originals from #237.
This commit is contained in:
matevip 2026-05-29 06:01:02 +08:00
parent bd02734d61
commit 51e1bd2582
2 changed files with 0 additions and 0 deletions