This commit is contained in:
2026-04-06 18:33:04 +03:30
parent 1160d81cdb
commit af71fb441b
7 changed files with 59 additions and 4 deletions
-2
View File
@@ -18,7 +18,5 @@ import { env } from 'prisma/config'
WHERE TRIGGER_SCHEMA = DATABASE();
`)
console.log(rows)
await db.end()
})()