Uh oh!
There was an error while loading. Please reload this page.
chore: regenerate database.types after account_workspace_ids was dropped - #863
Conversation
Generated from the live schema (Supabase generator, public schema) after database#59 applied 20260827000000; removes the account_workspace_ids table types (recoupable/app#1979).
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Important Review skippedReview was skipped due to path filters ⛔ Files ignored due to path filters (1)
CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including ⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Uh oh!
There was an error while loading. Please reload this page.
Closes out the database item of recoupable/app#1979 on the api side:
types/database.types.tsregenerated from the live schema after database#59 droppedaccount_workspace_ids(migration20260827000000, applied to prod 2026-08-27).What changed
Generated with the Supabase TypeScript generator against project
godremdqwajrwazhbrue(public schema, same output aspnpm update-types) and formatted with prettier; no hand edits.Table-level delta: removed: account_workspace_ids: {;
account_workspace_idsno longer appears anywhere in the file; nothing inlib/orapp/referenced it since api#847.Checks
tsc --noEmit -p tsconfig.build.jsonclean on this head; no runtime code changes.🤖 Generated with Claude Code
https://claude.ai/code/session_01QtczxqHwvK1J6VMNnuukXL
Summary by cubic
Regenerates
types/database.types.tsfrom the live schema so it no longer includes theaccount_workspace_idstable, which was dropped from the database.This closes out the database item of the underlying issue. The table types are removed from the generated file; nothing in the codebase referenced them, and
tscpasses with no runtime changes.Written for commit f8a7171. Summary will update on new commits.