发布

  • fix: restore migration 000061 and split index change into 000062 (#6023)

    frostbyte_neo 发布于 2026-04-01 11:39:49 +00:00

    Migration 000061_add_catch_up_columns_to_retention_rules was already
    executed in staging/prod. It was mistakenly renamed to 000062 and its
    index was changed in-place, which would break Liquibase checksums.

    Restore 000061 to its original form and create a new 000062 migration
    that drops the old index and recreates it with the corrected column
    order (catch_up_done, enabled, apply_to_past, catch_up_cursor).

    下载附件