mirror of
https://github.com/trafficlunar/tomodachi-share.git
synced 2026-06-27 22:24:14 +00:00
Fix Cloudflare RSC caching bug and reduce database load
This commit is contained in:
parent
df6e31ba89
commit
8615a4d864
4 changed files with 18 additions and 19 deletions
|
|
@ -104,6 +104,7 @@ model Mii {
|
|||
@@index([gender])
|
||||
@@index([makeup])
|
||||
@@index([quarantined, id])
|
||||
@@index([in_queue, quarantined, createdAt(sort: Desc)])
|
||||
@@map("miis")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue