Function ensure_data_migrations_table
pub fn ensure_data_migrations_table(
conn: &Connection,
) -> Result<(), BookkeepingError>Expand description
Create the captured apply-once data-migration journal.
pub fn ensure_data_migrations_table(
conn: &Connection,
) -> Result<(), BookkeepingError>Create the captured apply-once data-migration journal.