db optimize

This commit is contained in:
Simon Ding
2024-07-06 11:56:53 +08:00
parent 7d9dc17f87
commit 1fef91fe66
30 changed files with 2289 additions and 1573 deletions

View File

@@ -9,8 +9,8 @@ import (
// DownloadClients is the predicate function for downloadclients builders.
type DownloadClients func(*sql.Selector)
// Epidodes is the predicate function for epidodes builders.
type Epidodes func(*sql.Selector)
// Episode is the predicate function for episode builders.
type Episode func(*sql.Selector)
// History is the predicate function for history builders.
type History func(*sql.Selector)