Create migration & fix update statment

This commit is contained in:
Zoe Roux
2025-03-08 14:25:52 +01:00
parent c58cb3ef78
commit 54ee704ab9
7 changed files with 1296 additions and 8 deletions
+1 -1
View File
@@ -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",
+1 -1
View File
@@ -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(