readVersionSql abstract method
Reads the stored migration SQL for running migrations.
Does not include the project definition. Returns null if the version
cannot be found.
Implementation
Future<MigrationVersionSql?> readVersionSql(String version);
Reads the stored migration SQL for running migrations.
Does not include the project definition. Returns null if the version
cannot be found.
Future<MigrationVersionSql?> readVersionSql(String version);