diff --git a/apps/docs/spec/common-cli-sections.json b/apps/docs/spec/common-cli-sections.json index 43ece8d6f38..ebec574b2cb 100644 --- a/apps/docs/spec/common-cli-sections.json +++ b/apps/docs/spec/common-cli-sections.json @@ -208,6 +208,12 @@ "title": "Apply pending migration files", "slug": "supabase-migration-up", "type": "cli-command" + }, + { + "id": "supabase-migration-down", + "title": "Reset migrations to a prior version", + "slug": "supabase-migration-down", + "type": "cli-command" } ] }, diff --git a/apps/www/data/features.tsx b/apps/www/data/features.tsx index 8b8ab261a2b..9bd142daa6c 100644 --- a/apps/www/data/features.tsx +++ b/apps/www/data/features.tsx @@ -1927,7 +1927,7 @@ Absolutely. The SQL Editor includes syntax highlighting to improve code readabil ### Is the editor accessible via the Supabase CLI? -While the editor is primarily a web-based tool within Supabase Studio, you can execute SQL queries using the [Supabase CLI](/features/cli) by utilizing the supabase db query command. This allows for integration into scripts and automation workflows. +Yes, the editor is available locally through [Supabase CLI](/features/cli). `, icon: FileCode2, products: [ADDITIONAL_PRODUCTS.STUDIO],