Complete win script setup

This commit is contained in:
Charles Bochet
2023-10-14 22:40:05 +02:00
parent fa9303f545
commit 986082d7a7
5 changed files with 20 additions and 24 deletions

View File

@ -41,6 +41,11 @@ connectionSource
'create extension "uuid-ossp"',
);
await performQuery(
`COMMENT ON SCHEMA "public" IS '@graphql({"inflect_names": true})';`,
'inflect names for graphql',
);
await performQuery(
`
DROP FUNCTION IF EXISTS graphql;