minor change

This commit is contained in:
daniel31x13 2024-05-24 20:42:27 -04:00
parent bcb6aea119
commit 75d91fbac7

View File

@ -5,6 +5,8 @@
// This script is meant to be run only once.
// Run the script with `node scripts/migration/descriptionToName.js`
const { PrismaClient } = require("@prisma/client");
const prisma = new PrismaClient();
@ -66,5 +68,3 @@ main()
.finally(async () => {
await prisma.$disconnect();
});
// Run the script with `node scripts/migration/descriptionToName.js`