4 months ago
Hello, why is there no query function in my database? I need to run direct queries for a migration but can't and can't connect via cli
Attachments
Pinned Solution
4 months ago
Hey, you can enable the Raw SQL Query Tab feature flag and query your database directly from the dashboard. While this is possible, it is still better to handle the migration via code and/or using a transaction to have the option to rollback in case something fails during the migration.
3 Replies
4 months ago
Hey there! We've found the following might help you get unblocked faster:
🧵 Support configuring multiple cron jobs on same deploy/service
🧵 Enabling complete Custom Domain registration through Public API
If you find the answer from one of these, please let us know by solving the thread!
4 months ago
Hey, you can enable the Raw SQL Query Tab feature flag and query your database directly from the dashboard. While this is possible, it is still better to handle the migration via code and/or using a transaction to have the option to rollback in case something fails during the migration.
4 months ago
Amazing, thank you so much :-)
Status changed to Solved brody • 4 months ago
