prisma push data loss

I had a table populated with a few records

I then updated my prisma.schema to add a new table (and include the old ones) and used prisma push

I got no warnings about data loss

then the old table that wasn't modified lost all its records
Was this page helpful?