Skip to content

Commit 398854b

Browse files
author
Taylor Barnett
authored
Merge pull request #8 from planetscale/move-to-db-push
Move to using `db push`
2 parents 0589223 + 7b27e3e commit 398854b

3 files changed

Lines changed: 0 additions & 3 deletions

File tree

.env.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
DATABASE_URL=
2-
SHADOW_DATABASE_URL=
32

43
NEXTAUTH_URL=
54
NEXTAUTH_SECRET=

.env.production.example

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
DATABASE_URL=
2-
SHADOW_DATABASE_URL=
32

43
NEXTAUTH_URL=
54
NEXTAUTH_SECRET=

db/schema.prisma

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
datasource db {
55
provider = "mysql"
66
url = env("DATABASE_URL")
7-
shadowDatabaseUrl = env("SHADOW_DATABASE_URL")
87
referentialIntegrity = "prisma"
98
}
109

0 commit comments

Comments
 (0)