graphql-migrate icon indicating copy to clipboard operation
graphql-migrate copied to clipboard

Support generation of migration metadata

Open craicoverflow opened this issue 5 years ago • 0 comments

As a developer working within a team I want to be able to track what has changed between migrations.

This could be persisted in a migrations directory in the project.

├── migrations
│   ├── migration001
│   │   ├── migration001.sql
│   ├── ├── migration001.model.graphql
│   ├── migration002
│   │   ├── migration002.sql
│   ├── ├── migration002.model.graphql

This is a key database migration feature currently missing from graphql-migrate.

Is there a plan to support this or what is the reason for the decision to not include it?

craicoverflow avatar Nov 25 '19 11:11 craicoverflow