Skip to content
Snippets Groups Projects
Commit a8144cd0 authored by Tariq, Usman (PG/T - Comp Sci & Elec Eng)'s avatar Tariq, Usman (PG/T - Comp Sci & Elec Eng)
Browse files

Change a comment in index.js

parent 1c615b94
No related branches found
No related tags found
2 merge requests!2Pushing the final code to main after testing in QA.,!1Merging the the code to QA for testing
.DS_Store 0 → 100644
File added
File added
File added
......@@ -8,7 +8,6 @@ import { execSync } from 'child_process'
const prisma = new PrismaClient();
async function main() {
// ... you will write your Prisma Client queries here
//migrate the schema to the db
try {
execSync('npx prisma migrate deploy', { stdio: 'inherit' })
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment