MigrationStatus typedef

MigrationStatus = ({List<String> applied, List<Migration> pending})

Snapshot of which migrations have run and which are pending.

Implementation

typedef MigrationStatus = ({List<String> applied, List<Migration> pending});