It'll most often be used in addition to the `user_id`. Also, automatically generate the hash when saving the url. Switch from `md5` to `sha1`.
- Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>