liquibase.harness.change.expectedSnapshot.mssql.createSequence.json Maven / Gradle / Ivy
{
"snapshot": {
"objects": {
"liquibase.structure.core.Sequence": [
{
"sequence": {
"incrementBy": "1.*",
"maxValue": "9223372036854775807.*",
"minValue": "1.*",
"name": "test_sequence",
"startValue": "1.*",
"willCycle": false
}
}
]
}
}
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy