The file name prefix for repeatable SQL migrations.
Repeatable SQL migrations have the following file name structure: prefixSeparatorDESCRIPTIONsuffix, which using the defaults translates to R__My_description.sql
R
MigrateDb.configure()
.repeatableSqlMigrationPrefix("A")
.load()