Skip to content

Commit 8bd2e01

Browse files
author
Taylor Barnett
authored
remove shadow DB
1 parent 0589223 commit 8bd2e01

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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)