Is it possible to have scripts with no sqlMigrationPrefix? I just wanted to use numbers for my migration. Something along the lines of:
../db/
001__init.sql
002__Add_foo_tables.sql
003__Add_static_data.sql
...
I'm using maven and tried to use an empty tag...but that hasn't worked and I can't seem to locate anything on the docs for this. Thoughts?