Skip to content

Commit 3024c8a

Browse files
committed
update slug
1 parent 33afff7 commit 3024c8a

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

docs/guides/developer/lightweight-update.md renamed to docs/guides/developer/on-fly-mutations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
2-
slug: /guides/developer/lightweight-update
2+
slug: /guides/developer/on-the-fly-mutations
33
sidebar_label: 'On-the-fly mutation'
44
title: 'On-the-fly Mutations'
55
keywords: ['On-the-fly mutation']
66
description: 'Provides a description of on-the-fly mutations'
77
---
88

9-
## On-the-fly mutations {#lightweight-update}
9+
## On-the-fly mutations {#on-the-fly-mutations}
1010

1111
When on-the-fly mutations are enabled, updated rows are marked as updated immediately and subsequent `SELECT` queries will automatically return with the changed values. When on-the-fly mutations are not enabled, you may have to wait for your mutations to be applied via a background process to see the changed values.
1212

vercel.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3365,6 +3365,11 @@
33653365
"source": "/docs/integrations/migration/upload-a-csv-file",
33663366
"destination": "/docs/cloud/migrate/upload-a-csv-file",
33673367
"permanent": true
3368+
},
3369+
{
3370+
"source": "/guides/developer/lightweight-update",
3371+
"destination": "/guides/developer/on-the-fly-mutations",
3372+
"permanent": true
33683373
}
33693374
]
33703375
}

0 commit comments

Comments
 (0)