Skip to content

v4.62.1

Choose a tag to compare

@github-actions github-actions released this 29 Jun 10:22
e359a4a

Patch Changes

  • 81e91ae: Fix the cms_asset_references migration (0048) being silently skipped on
    existing databases. Its journal when timestamp was lower than the preceding
    migration's, and drizzle only applies migrations whose timestamp is newer than
    the latest one already recorded — so on any database already past 0047 the
    table was never created, and the follow-up RLS step failed with
    relation "cms_asset_references" does not exist. Fresh databases (CI) applied
    everything in order, which is why it passed review.

    The timestamp is corrected, the migration is made idempotent (so a database
    that already applied the broken version re-runs it as a no-op), and a new test
    asserts journal when timestamps strictly increase with idx to catch this
    class of bug before release.

    • @getmunin/types@4.62.1

Published packages

  • @getmunin/analytics-tracker@4.62.1
  • @getmunin/chat-widget@4.62.1
  • @getmunin/agent-host@4.62.1
  • @getmunin/agent-runtime@4.62.1
  • @getmunin/backend-core@4.62.1
  • @getmunin/core@4.62.1
  • @getmunin/dashboard-pages@4.62.1
  • @getmunin/db@4.62.1
  • @getmunin/docs-pages@4.62.1
  • @getmunin/emails@4.62.1
  • @getmunin/mcp-toolkit@4.62.1
  • @getmunin/sdk@4.62.1
  • @getmunin/types@4.62.1
  • @getmunin/ui@4.62.1