mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-06-04 21:35:19 -04:00
Small cleanups
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import { db } from "~/db";
|
||||
import { videos } from "~/db/schema";
|
||||
import { bubble, bubbleVideo } from "~/models/examples";
|
||||
import { seedMovie } from "./movies";
|
||||
|
||||
const videoExamples = [bubbleVideo];
|
||||
|
||||
export const seedTests = async () => {
|
||||
await db.insert(videos).values(videoExamples).onConflictDoNothing();
|
||||
await seedMovie(bubble)
|
||||
};
|
||||
Reference in New Issue
Block a user