Getting Started
Authoring
Access Control
Reference
-
- Overview
-
- Overview
- collection
- collection/client
- collection/schemas
- manifest/context
- manifest/parse
- manifest/types
- remote
- remote/collection\_wire\_schemas
- remote/sveltekit-guard.server
- runtime/binding
- scope/types
- seed/authoring
- seed/execute
- seed/manifest
- seed/plan
- storage/minio
- system/collections
- system/column\_names
- system/types
- system/workspace-schema
- tenant\_db/bootstrap
- tenant\_db/neon-branch-utils
- tenant\_db/neon-provider
- tenant\_db/provider
- tenant\_db/schema
- tenant\_workspace
- tenant\_workspace/build-output
- tenant\_workspace/migrations/apply
- tenant\_workspace/migrations/errors
- tenant\_workspace/migrations/generate
- tenant\_workspace/migrations/read
- tenant\_workspace/source
Examples
tenant\_workspace/migrations/apply
tenant_workspace/migrations/apply
Type Aliases
ApplyMigrationsInput
type ApplyMigrationsInput = object;Defined in: platform-utils/src/tenant_workspace/migrations/applier.ts:10
Properties
Functions
applyMigrations()
function applyMigrations(input): Promise<void>;Defined in: platform-utils/src/tenant_workspace/migrations/applier.ts:51
Parameters
| Parameter | Type |
|---|---|
input |
ApplyMigrationsInput |
Returns
Promise<void>