Is there a way I can baseline my production db (mysql) using prisma and start using migrations if I’ve only been using prisma db push up until now, without losing all data/ having to reset the db?
Is there a way I can baseline my production db (mysql) using prisma and start using migrations if I’ve only been using prisma db push up until now, without losing all data/ having to reset the db?