I am trying to copy over prisma.schema file so I can migrate my database.

I noticed that on my sqlite database not all tables were created, so I am trying to migrate my database. Is there a way to copy over my prisma.schema from my local machine to my app instance so I can run npx prigma migrate reset? Thanks. I’m new to fly and ssh.