Skip to content

Commit

Permalink
Merge pull request #406 from airtai/add-prisma-scripts
Browse files Browse the repository at this point in the history
Add scripts for prisma
  • Loading branch information
kumaranvpl authored Mar 5, 2024
2 parents 92f2f58 + 4b315fc commit 1ea0e69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/prisma_generate_client.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

prisma generate
3 changes: 3 additions & 0 deletions scripts/prisma_generate_migration.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/bin/bash

prisma migrate dev

0 comments on commit 1ea0e69

Please sign in to comment.