mirror of
https://github.com/supabase/supabase.git
synced 2026-05-06 22:18:00 +08:00
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:
@@ -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"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
@@ -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],
|
||||
|
||||
Reference in New Issue
Block a user