pub async fn migrate_with_history_table(
pool: &SqlitePool,
path: impl AsRef<Path>,
history_table: &'static str,
) -> Result<(), SqliteError>pub async fn migrate_with_history_table(
pool: &SqlitePool,
path: impl AsRef<Path>,
history_table: &'static str,
) -> Result<(), SqliteError>