Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix index on MySQL | Jeremy Benoist | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | Some cleanup | Jeremy Benoist | 2019-04-01 | 1 | -5/+0 |
| | | | | Also, do not run the hashed_url migration into a Doctrine migration | ||||
* | Use a better index for hashed_url | Jeremy Benoist | 2019-04-01 | 1 | -1/+4 |
| | | | | | | 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`. | ||||
* | Keep url in exists endpoint | Jeremy Benoist | 2019-04-01 | 1 | -0/+44 |
- Add migration - Use md5 instead of sha512 (we don't need security here, just a hash) - Update tests |