Complete win script setup
This commit is contained in:
@ -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;
|
||||
|
||||
Reference in New Issue
Block a user