I am building backend app using prisma2 + typescript + nexus + graphql-yoga. I have defined my schema now while trying to save migrate by running command:
prisma2 migrate save --name "init" --experimental
Getting the following error.
Error: There are more migrations in the database than locally. This must not happen. Local migration ids: . Remote migration ids: 20200312230215-init, 20200312232858-init2