Skip to content

Commit 459c181

Browse files
committed
Separating out into separate bullet point.
1 parent ce9e183 commit 459c181

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,9 @@ transferred_classes = [{from = "DurableObjectExample", from_script = "OldWorkerS
271271

272272
- 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.
273273

274-
- If a migration is only specified at the top-level, but not at the environment-level, the environment will inherit the top-level migration. Migrations at the top-level can be overridden by migrations in environments.
274+
- If a migration is only specified at the top-level, but not at the environment-level, the environment will inherit the top-level migration.
275+
276+
- Migrations at at the environment-level can override migrations at the top level.
275277

276278
- All migrations are applied at deployment. Each migration can only be applied once per [environment](/durable-objects/reference/environments/).
277279

0 commit comments

Comments
 (0)