1.31.0 release of convex, we’re changing db.get/db.patch/db.replace/db.delete to a more ergonomic and safer syntax (that will also allow you to customize IDs in the future!)db.get(messageId)db.get("messages", messageId)The change is backward compatible, but we recommend you to migrate your codebases. You can do so automatically using our ESLint plugin or a codemod tool that we built.
Learn more: https://news.convex.dev/db-table-name/
