Skip to content

Commit c989609

Browse files
Update src/content/docs/durable-objects/reference/durable-objects-migrations.mdx
Co-authored-by: hyperlint-ai[bot] <154288675+hyperlint-ai[bot]@users.noreply.github.com>
1 parent 7d999df commit c989609

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/durable-objects/reference/durable-objects-migrations.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ new_classes = ["<NewDurableObjectClass>"] # Array of new classes
4545

4646
Running a delete migration will delete all Durable Objects associated with the deleted class, including all of their stored data.
4747

48-
- Do not run a delete migration on a class without first ensuring that you are not relying on the Durable Objects within that Worker anymore, i.e. first remove the binding from the Worker.
48+
- Do not run a delete migration on a class without first ensuring that you are not relying on the Durable Objects within that Worker anymore, that is, first remove the binding from the Worker.
4949
- Copy any important data to some other location before deleting.
5050
- No need to run a delete migration on a class that was renamed or transferred.
5151

0 commit comments

Comments
 (0)