Changed column size for hash_value in timestamp table

Issue #1245 closed
Alexander Noack created an issue

I compiled a new version from master after having run the last version for about a year.

There I noticed a breaking change in the field length of hash_value in the timestamp table.

This is how I fixed it:

alter table timestamp change column hash_value hash_value varchar(64);

Is there any recent document about breaking changes - I do realize, this is the master branch - nothing released. Just curious if I missed anything else 🙂

Thanks for this great piece of software!

Alex

Comments (1)

  1. Log in to comment