Function migration_record
pub fn migration_record(
conn: &Connection,
tag: &str,
) -> Result<Option<MigrationRecord>, BookkeepingError>Expand description
Whether migration tag has already minted a ddl log entry (the producer idempotency check,
MIGRATIONS-VIA-CHANGELOG-DESIGN.md §4).