Skip to content

Commit

Permalink
Migrated prisma
Browse files Browse the repository at this point in the history
  • Loading branch information
Ubuntu committed Jun 1, 2024
1 parent 4c0d31c commit adda60a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions prisma/migrations/20240601213343_/migration.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
-- AlterTable
ALTER TABLE "VideoMetadata" ADD COLUMN "migrated_video_1080p_mp4_1" TEXT,
ADD COLUMN "migrated_video_360p_mp4_1" TEXT,
ADD COLUMN "migrated_video_720p_mp4_1" TEXT;
10 changes: 5 additions & 5 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
"incremental": true,
"plugins": [
{
"name": "next"
}
"name": "next",
},
],
"paths": {
"@/*": ["./src/*"],
"@public/*": ["./public/*"]
}
"@public/*": ["./public/*"],
},
},
"include": ["next-env.d.ts", "**/*.ts", "**/*.tsx", ".next/types/**/*.ts"],
"exclude": ["node_modules"]
"exclude": ["node_modules"],
}

0 comments on commit adda60a

Please sign in to comment.