Closed
Description
Hi,
I will be short:
I was migrating to Spring Batch 5 following your guide and Liquibase throw error when adding this new column.
The error is that in the guide you wrote "1970-01-01 00:00:00" but that value is invalid in timestamp so I had to put "1970-01-01 00:00:01".
Best Regards