mirror of
https://github.com/simon-ding/polaris.git
synced 2026-05-30 06:27:44 +08:00
add tv detail page
This commit is contained in:
@@ -40,7 +40,7 @@ const (
|
||||
// It exists in this package in order to avoid circular dependency with the "episode" package.
|
||||
EpisodesInverseTable = "episodes"
|
||||
// EpisodesColumn is the table column denoting the episodes relation/edge.
|
||||
EpisodesColumn = "series_episodes"
|
||||
EpisodesColumn = "series_id"
|
||||
)
|
||||
|
||||
// Columns holds all SQL columns for series fields.
|
||||
|
||||
Reference in New Issue
Block a user