docs: add migration down command to cli docs (#41794)

* docs: add migration down command to cli docs

* docs: remove hallucinated cli command

* chore: update command title
This commit is contained in:
Han Qiao
2026-01-08 23:50:04 +08:00
committed by GitHub
parent b7bac67075
commit 50d057e914
2 changed files with 7 additions and 1 deletions

View File

@@ -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"
}
]
},

View File

@@ -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],