~Is there a good mechanism in `prisma migrate` for...
# orm-help
n
Is there a good mechanism in
prisma migrate
for migrating data from one "old" database to the
schema.prisma
datasource "new" database? I'd love to do something like
Copy code
INSERT INTO `new`.`Foo`
SELECT `bar`
FROM `old`.`Foo`;
Okay it seems it really was that easy, nevermind!
1
n
Hello @nilsso 👋 Glad to hear that you figured it out 🙌 Do let us know in case you run into any other issues or if you have any feedback for us.