fix: restore match3d indexed visibility reads

This commit is contained in:
kdletters
2026-05-28 04:27:51 +08:00
parent a0134ce966
commit 82f24ded1b
5 changed files with 32 additions and 31 deletions

View File

@@ -37,7 +37,7 @@ pub struct Match3DAgentMessageRow {
}
#[spacetimedb::table(
accessor = match3d_work_profile,
accessor = match_3_d_work_profile,
index(accessor = by_match3d_work_owner_user_id, btree(columns = [owner_user_id])),
index(accessor = by_match3d_work_publication_status, btree(columns = [publication_status]))
)]