Skip to content

chore: regenerate database.types after account_workspace_ids was dropped - #863

Merged
sweetmantech merged 1 commit into
mainfrom
chore/regenerate-database-types-post-1979
Aug 27, 2026
Merged

chore: regenerate database.types after account_workspace_ids was dropped#863
sweetmantech merged 1 commit into
mainfrom
chore/regenerate-database-types-post-1979

Conversation

@sweetmantech

@sweetmantechsweetmantech commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

Closes out the database item of recoupable/app#1979 on the api side: types/database.types.ts regenerated from the live schema after database#59 dropped account_workspace_ids (migration 20260827000000, applied to prod 2026-08-27).

What changed

Generated with the Supabase TypeScript generator against project godremdqwajrwazhbrue (public schema, same output as pnpm update-types) and formatted with prettier; no hand edits.

Table-level delta: removed: account_workspace_ids: {;

account_workspace_ids no longer appears anywhere in the file; nothing in lib/ or app/ referenced it since api#847.

Checks

tsc --noEmit -p tsconfig.build.json clean on this head; no runtime code changes.

🤖 Generated with Claude Code

https://claude.ai/code/session_01QtczxqHwvK1J6VMNnuukXL


Summary by cubic

Regenerates types/database.types.ts from the live schema so it no longer includes the account_workspace_ids table, 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 tsc passes with no runtime changes.

Written for commit f8a7171. Summary will update on new commits.

Review in cubic

Generated from the live schema (Supabase generator, public schema) after
database#59 applied 20260827000000; removes the account_workspace_ids
table types (recoupable/app#1979).
@vercel

vercelBot commented Aug 27, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

ProjectDeploymentActionsUpdated (UTC)
apiReadyReadyPreviewAug 27, 2026 12:28am

Request Review

@coderabbitai

Copy link
Copy Markdown

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • types/database.types.ts is excluded by none and included by none

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 28225742-8566-45e1-983e-2d1410b23064

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@sweetmantech
sweetmantech merged commit 440814a into mainAug 27, 2026
6 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@sweetmantech