mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-26 08:52:12 +03:00
c6d47a7db3
Reference: https://hasurahq.slack.com/archives/C024GF6FCTH/p1629193174042700 Problem: The `metadata diff` is conventional where it takes the project metadata and w.r.t to the signs `---`, `+++`, it shows the diff output but it is not similar to git diff as taking the remote repo as base and `+` denotes it has, `-` not. So make the metadata diff output follow as git diff output Solution: To change the order of arguments in diff function and assign `---` to server,`+++` to project, so that it will be similar to prev diff output https://github.com/hasura/graphql-engine-mono/pull/2166 GitOrigin-RevId: bf35b5a3ef835fc64f590b65160c01c9a8c1382a |
||
---|---|---|
.. | ||
console | ||
metadata | ||
migrate |