Skip to content

Commit

Permalink
🗃️ Add production migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
Xen0Xys committed Jan 7, 2024
1 parent 20cdcb7 commit 380e6b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Binary file added prisma/production/migrations/0_init/migration.sql
Binary file not shown.
2 changes: 2 additions & 0 deletions prisma/production/schema.prisma
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
// This is your Prisma schema file,
// learn more about it in the docs: https://pris.ly/d/prisma-schema

// mkdir prisma/production/migrations/0_init/;prisma migrate diff --from-empty --to-schema-datamodel prisma/production/schema.prisma --script > prisma/production/migrations/0_init/migration.sql

generator client {
provider = "prisma-client-js"
}
Expand Down

0 comments on commit 380e6b9

Please sign in to comment.