Unexpected error running Liquibase: Error executing SQL UPDATE

Unexpected error running Liquibase: Error executing SQL UPDATE Testing.DATABASECHANGELOGLOCK SET LOCKED = TRUE, LOCKEDBY = ‘’, LOCKGRANTED = 1665812010008 WHERE ID = 1: Data truncation: Incorrect datetime value: ‘1665812009995’ for column ‘LOCKGRANTED’ at row 1

can anyone help me with this.

Hi @Hemu0609 ,

Welcome to Liquibase!
One question:
Are the liquibase calls to the different two RDBMSs (MySQL and Cassandra) made from the same tool/session or different ?
If you can give further details on this setup it would be useful.

Thanks,
Eduard

1 Like

This question had ongoing discussion (and was eventually addressed) via this other thread: liquibase.exception.LockException: Could not acquire change log lock - #13 by Hemu0609

1 Like