Ghost/ghost/core/test
Steve Larson 4f6842b99a
Added composite index to posts table for type,status (#20437)
ref https://linear.app/tryghost/issue/CFR-35
- performance improvement intended for the content api/get helpers

The posts table is shared by posts and pages and seldom is queried for
both. It makes sense to add an index on type, and from the perspective
of the content API, also on status as you're almost only ever querying
for published posts or published pages.
2024-06-24 09:13:20 -05:00
..
e2e-api Moved internal linking feature out of beta 2024-06-20 17:50:11 +01:00
e2e-browser
e2e-frontend
e2e-server Fixed race condition when updating member's last_seen_at timestamp (#20389) 2024-06-18 20:03:32 -07:00
e2e-webhooks
integration Refined newsletter typography (#20406) 2024-06-19 11:57:29 +02:00
regression
unit Added composite index to posts table for type,status (#20437) 2024-06-24 09:13:20 -05:00
utils Fixed handling SVG files with missing tag 2024-06-18 14:41:11 +02:00
.eslintignore
.eslintrc.js