1
0
mirror of https://github.com/hasura/graphql-engine.git synced 2024-12-19 13:31:43 +03:00
graphql-engine/server/src-lib/Hasura/Backends/Postgres/DDL
Auke Booij b03ed983f1 Remove spaces before colons in error messages and descriptions
This PR is the result of running the following commands:
```bash
$ git grep -l '".* : "' -- '*.hs' | xargs sed -i -E 's/(".*) : "/\1: "/'
$ scripts/dev.sh test --integration --accept
```

Also manually fixed a few tests and docs

PR-URL: https://github.com/hasura/graphql-engine-mono/pull/6148
GitOrigin-RevId: cf8b87605d41d9ce86613a41ac5fd18691f5a641
2022-10-01 14:48:58 +00:00
..
Source Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00
BoolExp.hs Remove spaces before colons in error messages and descriptions 2022-10-01 14:48:58 +00:00
ComputedField.hs Remove strictness annotations from data types in the Hasura.Backends hierarchy 2022-07-29 14:06:23 +00:00
EventTrigger.hs server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
Function.hs Remove strictness annotations from data types in the Hasura.Backends hierarchy 2022-07-29 14:06:23 +00:00
RunSQL.hs server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
Source.hs server: Rename AltJ to ViaJSON 2022-09-21 18:42:30 +00:00
Table.hs Import pg-client-hs as PG 2022-09-20 19:55:51 +00:00