pub async fn apply_migrations_core_client_dbtx( dbtx: &mut DatabaseTransaction<'_>, kind: String, ) -> Result<(), Error>