Skip to content

Commit 271ed41

Browse files
committed
Remove previous migrations and update import path for generated client
1 parent 25e0a56 commit 271ed41

File tree

77 files changed

+4
-6956
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

77 files changed

+4
-6956
lines changed

prisma/entrypoint.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ echo Start applying migrations...
99
npx ts-node manual_migrations.ts
1010

1111
# apply migration
12-
npx prisma migrate up -c --auto-approve --experimental
12+
npx prisma db push
13+
npx prisma migrate dev
1314

1415
echo Seeding data...
1516

prisma/migrations/20200503001556-init/README.md

Lines changed: 0 additions & 139 deletions
This file was deleted.

prisma/migrations/20200503001556-init/schema.prisma

Lines changed: 0 additions & 85 deletions
This file was deleted.

0 commit comments

Comments
 (0)