mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 21:35:19 -04:00
Add examples for series
This commit is contained in:
@@ -79,6 +79,7 @@ export const entriesTranslation = schema.table(
|
||||
language: language().notNull(),
|
||||
name: text(),
|
||||
description: text(),
|
||||
tagline: text(),
|
||||
},
|
||||
(t) => [primaryKey({ columns: [t.pk, t.language] })],
|
||||
);
|
||||
|
||||
@@ -57,7 +57,6 @@ export const seasonTranslation = schema.table(
|
||||
description: text(),
|
||||
poster: image(),
|
||||
thumbnail: image(),
|
||||
logo: image(),
|
||||
banner: image(),
|
||||
},
|
||||
(t) => [primaryKey({ columns: [t.pk, t.language] })],
|
||||
|
||||
Reference in New Issue
Block a user