Function ensure_master_migrations_table
pub fn ensure_master_migrations_table(
conn: &Connection,
) -> Result<(), BookkeepingError>Expand description
Create the producer/master shape of the DDL migration journal. A daemon with its existing
surrogate-key shape calls ensure_migration_identity_columns instead.