readVersionSql abstract method

Future<MigrationVersionSql?> readVersionSql(
  1. String version
)

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);