Hi! I noticed that postgresql-migration is using cryptohash (from what I understand) for MD5. However the cryptohash library has been deprecated, and we can use cryptohash-md5 instead.
Would you be open to a PR replacing the deprecated library for the more lightweight alternative?
Hi! I noticed that
postgresql-migration
is usingcryptohash
(from what I understand) for MD5. However thecryptohash
library has been deprecated, and we can usecryptohash-md5
instead.Would you be open to a PR replacing the deprecated library for the more lightweight alternative?