Migrator
migrateIndividual()
Signature
Section titled “Signature”migrateIndividual() — returns string
Available in: migrator
Category: General Functions
Description
Section titled “Description”Runs a single specific migration’s up() regardless of sequence order. Used for out-of-sequence migrations that were created by other developers and need to be applied individually without affecting the current version pointer.
Parameters
Section titled “Parameters”| Name | Type | Required | Default | Description |
|---|---|---|---|---|
version | string | yes | — | The version number of the specific migration to run |