Skip to main content

PreviewMigrationStatus

@lowcode/runtime-host


Type Alias: PreviewMigrationStatus

PreviewMigrationStatus = object

Defined in: apps/runtime-host/src/api/client.ts:523

Статус preview-миграций для runtime-backend.

Properties

hasSchema

hasSchema: boolean

Defined in: apps/runtime-host/src/api/client.ts:525


lastAppliedAt

lastAppliedAt: string | null

Defined in: apps/runtime-host/src/api/client.ts:527


lastError

lastError: string | null

Defined in: apps/runtime-host/src/api/client.ts:529


lastErrorAt

lastErrorAt: string | null

Defined in: apps/runtime-host/src/api/client.ts:528


schema

schema: string

Defined in: apps/runtime-host/src/api/client.ts:524


status

status: "pending" | "applied" | "failed"

Defined in: apps/runtime-host/src/api/client.ts:526