Skip to content

Commit fecf620

Browse files
Oxyjunvy-ton
andauthored
Update src/content/docs/durable-objects/reference/durable-objects-migrations.mdx
Co-authored-by: Vy Ton <[email protected]>
1 parent 1a2034d commit fecf620

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
@@ -269,7 +269,7 @@ transferred_classes = [{from = "DurableObjectExample", from_script = "OldWorkerS
269269

270270
- Migration tags are treated like unique names and are used to determine which migrations have already been applied. Once a given Worker code has a migration tag set on it, all future Worker code deployments must include a migration tag.
271271

272-
- The migration list is an ordered array of tables, specified as a key in your Wrangler configuration file. You can define the migration for each environment, as well as at the top level.
272+
- The migration list is an ordered array of tables, specified as a key in your Wrangler configuration file.
273273

274274
- You can define the migration for each environment, as well as at the top level.
275275
- Top-level migration is specified at the top-level `migrations` key in the Wrangler configuration file.

0 commit comments

Comments
 (0)