generateChangeLog will add a cacheSize parameter to the sequences SQL, but it is no longer supported
Description
Environment
CentOS 5.6 with oracle XE 10g
Activity
Show:
Details
Details
Created August 2, 2017 at 10:00 AM
Updated August 3, 2017 at 10:09 AM
Running the following script as a sysdba:
to generate a database changelog ( as described here http://www.liquibase.org/documentation/existing_project.html ), will return an invalid XML for sequences if the CACHE value is set in said sequence, since the cacheSize parameter does not seem to be supported anymore:
This is an invalid changeset if you try to run it again.