Fix schema utils to make drizzle-kit work

This commit is contained in:
Zoe Roux
2025-01-19 16:41:02 +01:00
parent a51de86c95
commit 988b705a30
4 changed files with 75 additions and 81 deletions
+1 -2
View File
@@ -9,8 +9,7 @@ import {
shows,
videos,
} from "~/db/schema";
import { conflictUpdateAllExcept } from "~/db/schema/utils";
import { KErrorT } from "~/models/error";
import { conflictUpdateAllExcept } from "~/db/utils";
import type { SeedMovie } from "~/models/movie";
import { processOptImage } from "./images";
import { guessNextRefresh } from "./refresh";