pub(crate) async fn write_meta(
pool: &PgPool,
patch: &str,
expected_current: i64,
target: i64,
table_revisions: Value,
) -> Result<u64, Error>Expand description
Compare-and-swap game.meta to target revision, returning rows affected.