Allow user to specify the migration file path template. Detailed guide
Allow user to specify the schema path template. This is useful to let repository always keep a complete schema of the corresponding database.Detailed guide
Record schema snapshot in every migration history record
Warning 1): Bytebase does not support in-place downgrade. Make sure to back up your metadata before upgrading. 2) Never run multiple containers on the same data directory. Stop and remove the old one first to avoid corruption.