use GOPATH for migration script; update postgraphile to watch db schema

This commit is contained in:
Taka Goto
2018-10-01 09:57:25 -05:00
parent 4120a18b7b
commit a850e369ff
4 changed files with 4 additions and 1 deletions
+1
View File
@@ -27,6 +27,7 @@ describe('bootServer', () => {
middleware: jasmine.createSpyObj<PostgraphileMiddleware>(['call']),
options: {
pluginHook: jasmine.createSpy('pluginHook'),
watchPg: true,
simpleSubscriptions: true,
graphiql: true,
webSocketMiddlewares: [] },