pub async fn migrate(pool: &Pool) -> Result<(), ForceSyncError>
Applies the force-sync schema migrations in version order.
Returns a database or pool error if the migration cannot be applied.