graphql-engine/server/src-lib/Hasura/RQL/DDL/Schema
Vamshi Surabhi 0728a9e60e fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108)
## Description

This PR fixes two issues:
  - in [#2903](https://github.com/hasura/graphql-engine-mono/pull/2903), we introduced a new metadata representation of remote relationships, which broke parsing a metadata blob containing an old-style db-to-rs remote relationship
  - in [#1179](https://github.com/hasura/graphql-engine-mono/pull/1179), we silently and mistakenly deprecated `create_remote_relationship` in favour of `<backend>_create_remote_relationship`

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/3124
Co-authored-by: jkachmar <8461423+jkachmar@users.noreply.github.com>
Co-authored-by: Antoine Leblanc <1618949+nicuveo@users.noreply.github.com>
GitOrigin-RevId: 45481db7a8d42c7612e938707cd2d652c4c81bf8
2021-12-14 06:46:11 +00:00
..
Cache fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
Cache.hs multitenant: support for starting multitenant in read only mode 2021-12-08 06:27:49 +00:00
Catalog.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Diff.hs server/mssql: add cascade to mssql_run_sql 2021-10-22 14:50:13 +00:00
Enum.hs server, pro: actually reformat the code-base using ormolu 2021-09-23 22:57:37 +00:00
Function.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
LegacyCatalog.hs fixes remote relationships format in metadata (fixes graphql-engine-mono/issues/3108) 2021-12-14 06:46:11 +00:00
Rename.hs Unified remote relationship metadata 2021-12-01 04:54:30 +00:00
Source.hs server: add explicit export lists in OSS server and enforce with warning 2021-11-04 16:09:38 +00:00
Table.hs Adding ColumnMutability to column metadata 2021-12-01 11:34:16 +00:00