Created
July 30, 2024 15:06
-
-
Save rob-gordon/310a9ea3596e37ffd9a23ef8ccb633d1 to your computer and use it in GitHub Desktop.
Reset Prisma DB
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rm -rf prisma/migrations | |
echo 'DROP SCHEMA public CASCADE; CREATE SCHEMA public;' | npx prisma db execute --stdin | |
npx prisma migrate dev --name init |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment