All Downloads are FREE. Search and download functionalities are using the official Maven repository.

migrations.h2.V1_14__subflow_executions.sql Maven / Gradle / Ivy

There is a newer version: 0.18.8
Show newest version
ALTER TABLE IF EXISTS workertaskexecutions RENAME TO subflow_executions;

ALTER TABLE queues ALTER COLUMN "type" ENUM(
    'io.kestra.core.models.executions.Execution',
    'io.kestra.core.models.flows.Flow',
    'io.kestra.core.models.templates.Template',
    'io.kestra.core.models.executions.ExecutionKilled',
    'io.kestra.core.runners.WorkerJob',
    'io.kestra.core.runners.WorkerTaskResult',
    'io.kestra.core.runners.WorkerInstance',
    'io.kestra.core.runners.WorkerTaskRunning',
    'io.kestra.core.models.executions.LogEntry',
    'io.kestra.core.models.triggers.Trigger',
    'io.kestra.ee.models.audits.AuditLog',
    'io.kestra.core.models.executions.MetricEntry',
    'io.kestra.core.runners.WorkerTriggerResult',
    'io.kestra.core.runners.SubflowExecutionResult'
) NOT NULL;




© 2015 - 2024 Weber Informatics LLC | Privacy Policy