Skip to content
This repository has been archived by the owner on Jan 16, 2025. It is now read-only.

hrescak/migrate-repro-2.17

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

  • prisma example project modified for postgresql
  • psql 12.3 (Mac executable)

Repro steps

$ psql
create database example;
npm install
npx migrate dev --preview-feature
  • expected: migrate dev runs
  • actual:
Environment variables loaded from prisma/.env
Prisma schema loaded from prisma/schema.prisma
Datasource "db": PostgreSQL database "example", schema "public" at "localhost:5432"

Error: P3005

The database schema for `localhost:5432` is not empty. Read more about how to baseline an existing production database: https://pris.ly/d/migrate-baseline

About

migrate-repro

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published