stephen-elves
Results
2
issues of
stephen-elves
I’m trying to alter a column datatype in redshift using modifyDataType and running into this error: Unexpected error running Liquibase: ERROR: ALTER TABLE ALTER COLUMN cannot run inside a transaction...
addNotNullConstraint is shown as supported on the LQ RS page (https://docs.liquibase.com/install/tutorials/aws-redshift.html) however when I try to use it I get: Unexpected error running Liquibase: ERROR: ALTER COLUMN SET NOT NULL...