Skip to content

jetbase fix

Repair migration files and checksums in one command.

Usage

jetbase fix

Description

The fix command is a convenience command that repairs both file issues and checksum issues. It's equivalent to running:

jetbase validate-files --fix
jetbase validate-checksums --fix

Use this when you want to quickly resolve migration drift without running multiple commands.

For detailed explanations of what each validation does and when to use --fix, see:

See the Validations Overview for a comprehensive guide to every validation check Jetbase performs with jetbase fix.