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

liquibase.harness.change.expectedSnapshot.oracle.alterSequence.json Maven / Gradle / Ivy

There is a newer version: 1.0.10
Show newest version
{
  "snapshot": {
    "objects": {
      "liquibase.structure.core.Sequence": [
        {
          "sequence": {
            "name": "TEST_SEQUENCE",
            "cacheSize": "9\\!\\{java.math.BigInteger\\}",
            "incrementBy": "10\\!\\{java.math.BigInteger\\}",
            "maxValue": "371717\\!\\{java.math.BigInteger\\}",
            "startValue": "11\\!\\{java.math.BigInteger\\}",
            "ordered": true,
            "willCycle": true
          }
        }
      ]
    }
  }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy