Skip to main content

PreviewMigrationStatus

@lowcode/runtime-backend


Type Alias: PreviewMigrationStatus

PreviewMigrationStatus = object

Defined in: runtime/dbExecutor.ts:51

Статус preview-миграций для tenant-схемы.

Properties

hasSchema

hasSchema: boolean

Defined in: runtime/dbExecutor.ts:53


lastAppliedAt

lastAppliedAt: string | null

Defined in: runtime/dbExecutor.ts:55


lastError

lastError: string | null

Defined in: runtime/dbExecutor.ts:57


lastErrorAt

lastErrorAt: string | null

Defined in: runtime/dbExecutor.ts:56


schema

schema: string

Defined in: runtime/dbExecutor.ts:52


status

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

Defined in: runtime/dbExecutor.ts:54