alterSequence - incrementBy is not allowed on h2
Description
Environment
I'm running Spring Boot tests.
Versions:
com.h2database:h2:jar:1.4.197:test
org.liquibase:liquibase-core:jar:3.6.3:compile
Activity
Show:

Georgi Georgiev January 19, 2021 at 12:32 PM
reproducible on liquibase-core 3.10.3 as well
Liquibase 3.6.3 fails on validation saying that incrementBy is not allowed on h2 for alterSequence when it is allowed for createSequence
This is working:
This is not working: