v1.4.1

mercurjs/mercurv1.4.1Oct 29, 2025by rigbyms

AI Summary

A critical maintenance release fixing a database migration script that could incorrectly drop the onboarding table.

Key Highlights

  • Database: Fixed incorrect migration script for the onboarding table.
  • Impact: Rescues data for users on versions 1.3.0 and 1.4.0.

Full Release Notes

## Fixed
- Fixed incorrect migration script (Issue [#439])

This release fixes the `onboarding` table from `payout` module, which may be accidentally dropped by a migration. The table may be missing, if the database was set up using affected Mercur versions: 1.3.0, 1.4.0. In that case, please use [our script](https://github.com/mercurjs/mercur/blob/main/apps/backend/src/scripts/fixes/fix-onboarding-291025.ts) to bring the table back.