mirror of
https://github.com/hasura/graphql-engine.git
synced 2025-01-05 22:34:22 +03:00
6b59cedb45
<!-- The PR description should answer 2 important questions: --> ### What Updating the various Postgres test schemas we use in execute tests is quite hard, and most of them have been hand modified to match certain tests. This meant you could not update the Postgres test SQL and propagate the schema changes in all tests, which is frustrating. But now we can! ### How - Modifies the script that updates all `custom_connector` schemas to make it work for Postgres too - Runs it, updating all `DataConnectorLink` for `ndc-postgres` to match the output of `/schema` from `ndc-postgres` - Fixes lots of tests, that were all using slightly hand modified `ndc-postgres` schema output. Mostly this involves swapping `String` and `varchar` for `text`, and `Int` for `int4`. V3_GIT_ORIGIN_REV_ID: d695c48d1ae04d51a17bf54786782830ddb1d683 |
||
---|---|---|
.. | ||
auth | ||
compatibility | ||
custom-connector | ||
engine | ||
execute | ||
ir | ||
lang-graphql | ||
metadata-resolve | ||
metadata-schema-generator | ||
open-dds | ||
plugins/pre-execution-plugin | ||
query-usage-analytics | ||
schema | ||
sql | ||
utils |