-
Notifications
You must be signed in to change notification settings - Fork 276
fix: update databases key to tablesDB #2517
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
The legacy DB type used databases for the key. Since we have our new tables DB API, the key is now tablesDB.
WalkthroughA documentation file in the command-line tables section was updated to rename a configuration key. In the Estimated code review effortπ― 1 (Trivial) | β±οΈ ~3 minutes This change affects a single documentation file with a straightforward key rename in a configuration example. The modification is cosmetic and non-functional from a code perspective, requiring minimal review to verify the schema change is intentional and accurately documented. Pre-merge checks and finishing touchesβ Failed checks (1 warning)
β Passed checks (4 passed)
β¨ Finishing touchesπ§ͺ Generate unit tests (beta)
π Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro π Files selected for processing (1)
π§° Additional context usedπ§ Learnings (4)π Common learningsπ Learning: 2025-09-05T19:35:59.449ZApplied to files:
π Learning: 2025-09-05T19:35:53.943ZApplied to files:
π Learning: 2025-09-05T19:35:04.162ZApplied to files:
β° Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
π Additional comments (1)
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 |
What does this PR do?
The legacy DB type used databases for the key. Since we have our new tables DB API, the key is now tablesDB.
Fixes appwrite/sdk-for-cli#209
Test Plan
None
Related PRs and Issues
None
Have you read the Contributing Guidelines on issues?
Yes
Summary by CodeRabbit