2.5.1 Greenfield (New Blank Schema)

This topic describes about the greenfield(New Blank Schema).

Use full option; changelogVersion set to current version (Example, 10.1.0); changelogSync=false.

Example: releaseCatalog.json


     { 
      "releaseVersion":"14.8.0.0.0", 
      "stopOnFailure":"true", 
      "deployments":
       [  
         {     
           "service": "plato-config-service",    
           "artifactVersion": "10.1.0",
           "changelogVersion": "10.1.0",   
           "groupId" : "dev.obma.plato.24_6_0_flyway_sql_migration.services",  
           "option": "Full",   
           "changelogSync": false  
         }, 
         { 
           "service": "plato-api-gateway",   
           "artifactVersion": "10.1.0", 
           "changelogVersion": "10.1.0",  
           "groupId" : "dev.obma.plato.24_6_0_flyway_sql_migration.services",  
           "option": "Full",  
           "changelogSync": false   
         } 
       ]
     }