StandaloneDependsOn
See source codeTable of contents
Declares dependencies for migrations without being a migration itself.
This interface allows you to specify that future migrations in a sequence depend on migrations from other sequences, without defining an actual migration transformation. It's used to establish cross-sequence dependencies in the migration graph.
interface StandaloneDependsOn {}
Properties
dependsOn
readonly
readonly dependsOn: readonly MigrationId[]
Prev
SerializedSchemaV2Next
StoreError