chore(chat): drop youtube_tokens from generated types#1734
chore(chat): drop youtube_tokens from generated types#1734arpitgupta1214 wants to merge 1 commit intotestfrom
Conversation
Companion to recoupable/database#22 — once the table is dropped the next `pnpm update-types` would yield this same diff. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
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 Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
There was a problem hiding this comment.
No issues found across 1 file
Confidence score: 5/5
- Automated review surfaced no issues in the provided summaries.
- No files require special attention.
Auto-approved: Removes generated types for dropped youtube_tokens table; low-impact, aligns with database migration, no logic changes.
Summary
Companion to recoupable/database#22 — once the table is dropped the next
pnpm update-typesyields this same diff.Test plan
pnpm update-typeslocally and confirm zero diff against this branch🤖 Generated with Claude Code
Summary by cubic
Removes the
youtube_tokenstable fromtypes/database.types.tsto align with the dropped table in Supabase. Keeps generated types in sync and avoids stale references.pnpm update-typesand confirm no diff.Written for commit cc5305a. Summary will update on new commits.