mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-21 14:46:29 -04:00
Create migration & fix update statment
This commit is contained in:
@@ -12,7 +12,7 @@ export const madeInAbyssVideo: Video = {
|
||||
title: "Made in abyss",
|
||||
season: [1],
|
||||
episode: [13],
|
||||
type: "episode",
|
||||
kind: "episode",
|
||||
from: "guessit",
|
||||
},
|
||||
createdAt: "2024-11-23T15:01:24.968Z",
|
||||
|
||||
@@ -88,7 +88,7 @@ export const FullSerie = t.Intersect([
|
||||
export type FullMovie = Prettify<typeof FullSerie.static>;
|
||||
|
||||
export const SeedSerie = t.Intersect([
|
||||
t.Omit(BaseSerie, ["kind", "nextRefresh", "entriesCount"]),
|
||||
t.Omit(BaseSerie, ["kind", "nextRefresh", "entriesCount", "availableCount"]),
|
||||
t.Object({
|
||||
slug: t.String({ format: "slug" }),
|
||||
translations: TranslationRecord(
|
||||
|
||||
Reference in New Issue
Block a user