Uploaded image for project: 'Service Orchestrator'
  1. Service Orchestrator
  2. SO-2648

Fix CatalogDB repeatable migration

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Medium Medium
    • Frankfurt Release
    • Frankfurt Release
    • None

      Repeatable migration of R__WorkflowDesignerData is not really "repeatable" as the workflow is not deleted so, adding new entities to the INSERT INTO WORKFLOW query would fail in running environment as the previously inserted values would still be in the table.

      Fix would be one of:

      • moving query to 'normal' migration
      • adding DELETE FROM workflow
      • using INSERT INTO with handling of duplicates/using REPLACE INTO

            seshukm seshukm
            rjanecze rjanecze
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: