postgres commands
This commit is contained in:
@@ -119,6 +119,14 @@ export default defineConfig({
|
||||
{ text: 'Custom Fetch', link: '/nuxt/custom-fetch' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Postgres',
|
||||
link: '/postgres/',
|
||||
collapsed: true,
|
||||
items: [
|
||||
{ text: 'Dump and Restore', link: '/postgres/dump-and-restore' },
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'PowerShell',
|
||||
link: '/powershell/',
|
||||
|
Reference in New Issue
Block a user