Quantcast
Channel: Liquibase Forums
Viewing all articles
Browse latest Browse all 2993

Liquibase modify dbchangelog table

$
0
0
When I run liquibase to generate sql I always get the following lines added to my  output file

-- Modifying size of databasechangelog.md5sum column

-- Modifying size of databasechangelog.liquibase column

ALTER TABLE databasechangelog ALTER COLUMN MD5SUM TYPE VARCHAR(35);

 

ALTER TABLE databasechangelog ALTER COLUMN LIQUIBASE TYPE VARCHAR(20);

I am using a postgres database and those columns have been defined as text.

Is there an option to not generate these modifications?


Viewing all articles
Browse latest Browse all 2993

Trending Articles