mirror of
https://github.com/Hessenuk/DiscordTickets.git
synced 2025-09-01 16:31:25 +03:00
feat: database migrations
This commit is contained in:
@@ -31,6 +31,6 @@ fs.copySync(`./db/${provider}`, './prisma'); // copy schema & migrations
|
||||
|
||||
(async () => {
|
||||
await npx('prisma generate');
|
||||
// await npx('prisma migrate deploy');
|
||||
await npx('prisma migrate deploy');
|
||||
})();
|
||||
|
||||
|
Reference in New Issue
Block a user