jetbase fix¶
Repair migration files and checksums in one command.
Usage¶
Description¶
The fix command is a convenience command that repairs both file issues and checksum issues. It's equivalent to running:
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:
validate-files— Fix missing migration files or database historyvalidate-checksums— Fix modified or out-of-sync migration file checksums
See the Validations Overview for a comprehensive guide to every validation check Jetbase performs with
jetbase fix.