MCP can't modify name of table?

● Update Todos
⎿ ☐ Rename 'application' table to 'applications'
☐ Rename 'note' table to 'notes'

● I can help you rename the tables to use plural naming. I'll rename application to applications and note to notes.

● Update Todos
⎿ ☐ Rename 'application' table to 'applications'
☐ Rename 'note' table to 'notes'

● supabase - apply_migration (MCP)(name: "rename_application_to_applications", query: "ALTER TABLE application RENAME TO
applications;")
⎿ Error: {"error":{"name":"Error","message":"Cannot apply migration in read-only mode."}}
● Update Todos
⎿ ☐ Rename 'application' table to 'applications'
☐ Rename 'note' table to 'notes'

● I can help you rename the tables to use plural naming. I'll rename application to applications and note to notes.

● Update Todos
⎿ ☐ Rename 'application' table to 'applications'
☐ Rename 'note' table to 'notes'

● supabase - apply_migration (MCP)(name: "rename_application_to_applications", query: "ALTER TABLE application RENAME TO
applications;")
⎿ Error: {"error":{"name":"Error","message":"Cannot apply migration in read-only mode."}}
I want to let MCP on Claude code to modify the table name but why show read only??
2 Replies
garyaustin
garyaustin3w ago
Do you have it set to read_only mode?
No description
garyaustin
garyaustin3w ago
Be very careful giving an AI ability to change your DB especially if you don't have backups.

Did you find this page helpful?