pub fn get_migrations() -> Vec<SqlMigration>
Expand description

Get all the migrations required by this version of the software. There shall be one migration per database version. There could be several statements per migration.