Function pre_ddl_table_names
pub fn pre_ddl_table_names(
conn: &Connection,
) -> Result<HashSet<String>, BookkeepingError>Expand description
Snapshot the non-internal table names before a DDL run.
pub fn pre_ddl_table_names(
conn: &Connection,
) -> Result<HashSet<String>, BookkeepingError>Snapshot the non-internal table names before a DDL run.