minor change
This commit is contained in:
parent
bcb6aea119
commit
75d91fbac7
|
@ -5,6 +5,8 @@
|
||||||
|
|
||||||
// This script is meant to be run only once.
|
// This script is meant to be run only once.
|
||||||
|
|
||||||
|
// Run the script with `node scripts/migration/descriptionToName.js`
|
||||||
|
|
||||||
const { PrismaClient } = require("@prisma/client");
|
const { PrismaClient } = require("@prisma/client");
|
||||||
|
|
||||||
const prisma = new PrismaClient();
|
const prisma = new PrismaClient();
|
||||||
|
@ -66,5 +68,3 @@ main()
|
||||||
.finally(async () => {
|
.finally(async () => {
|
||||||
await prisma.$disconnect();
|
await prisma.$disconnect();
|
||||||
});
|
});
|
||||||
|
|
||||||
// Run the script with `node scripts/migration/descriptionToName.js`
|
|
||||||
|
|
Ŝarĝante…
Reference in New Issue