1
0
Fork 0
mirror of https://github.com/miniflux/v2.git synced 2025-06-27 16:36:00 +00:00
miniflux-v2/database/sql/schema_version_29.sql

2 lines
87 B
MySQL
Raw Normal View History

2020-05-20 18:06:22 -07:00
create index enclosures_user_entry_url_idx on enclosures(user_id, entry_id, md5(url));