fix: restore match3d indexed visibility reads
This commit is contained in:
@@ -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]))
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user