]> git.immae.eu Git - github/wallabag/wallabag.git/commit
Use hash given url to avoid duplicate
authorJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 29 May 2019 12:18:04 +0000 (14:18 +0200)
committerJeremy Benoist <jeremy.benoist@gmail.com>
Wed, 29 May 2019 13:56:20 +0000 (15:56 +0200)
commitf3bfb875e94021a93e24a41fbc0f8d86d4dee378
tree34f7efd0f3dc5326f68364e2fb2544619518c371
parentb7fa51ae7dd5fef2d9459100c88479413ddd3fb3
Use hash given url to avoid duplicate

Using hashed url we can ensure an index on them to ensure it's fast.
app/DoctrineMigrations/Version20170710125843.php [deleted file]
app/DoctrineMigrations/Version20171218135243.php [deleted file]
app/DoctrineMigrations/Version20190601125843.php [new file with mode: 0644]
src/Wallabag/CoreBundle/Entity/Entry.php
src/Wallabag/CoreBundle/Helper/ContentProxy.php
src/Wallabag/CoreBundle/Repository/EntryRepository.php