Jeremy Benoist
|
5cc0646e66
|
Fix index on MySQL
|
2019-04-01 15:45:17 +02:00 |
|
Jeremy Benoist
|
c579ce2306
|
Some cleanup
Also, do not run the hashed_url migration into a Doctrine migration
|
2019-04-01 14:34:20 +02:00 |
|
Jeremy Benoist
|
8a64566298
|
Use a better index for hashed_url
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`.
|
2019-04-01 13:51:57 +02:00 |
|
Jeremy Benoist
|
9c2b2aae70
|
Keep url in exists endpoint
- Add migration
- Use md5 instead of sha512 (we don't need security here, just a hash)
- Update tests
|
2019-04-01 13:24:40 +02:00 |
|