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

db.migration.V1_043__RenameSubprocessToFragmentDefinition.scala Maven / Gradle / Ivy

There is a newer version: 1.17.0
Show newest version
package db.migration

import io.circe.Json
import pl.touk.nussknacker.ui.db.migration.ProcessJsonMigration

trait V1_043__RenameSubprocessToFragmentDefinition extends ProcessJsonMigration {

  // This migration was missing "outputs" field in SubprocessInput migration so it was replaced with empty migration and fixed in another one.
  override def updateProcessJson(jsonProcess: Json): Option[Json] = None

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy