chore(database): drop youtube_tokens table#22
Conversation
YouTube auth fully migrated to Composio in chat#1719 / api#494 — the table is no longer read or written. CASCADE drops the table along with its trigger, indexes, RLS policy, and FK to accounts. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
To continue reviewing without waiting, purchase usage credits in the billing tab. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: 📒 Files selected for processing (1)
✨ 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 |
|
Updates to Preview Branch (chore/drop-youtube-tokens) ↗︎
Tasks are run on every commit but only new migration files are pushed.
View logs for this Workflow Run ↗︎. |
Summary
YouTube auth fully migrated to Composio (chat#1719, api#494). The
youtube_tokenstable is no longer read or written;CASCADEcleans up the trigger, indexes, RLS policy, and FK toaccounts.Test plan
youtube_tokensis gone (\d youtube_tokens)pnpm update-typesin chat/api/tasks against the migrated project; ship the regen as follow-up PRs🤖 Generated with Claude Code
Summary by cubic
Drop the legacy youtube_tokens table now that YouTube auth is fully handled by
Composio. CASCADE removes the table and its trigger, indexes, RLS policy, and FKs to keep the schema clean.youtube_tokensis gone.pnpm update-typesin chat/api/tasks (follow-up PRs).Written for commit 4cb004f. Summary will update on new commits.