You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for reporting this! I don't remember having an issue with that value while testing the migration script (it probably depends on which db system you use and which version), but I updated the guide as you suggested as it should not really matter. Thank you!
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
The text was updated successfully, but these errors were encountered: