Graphql-engine: Migration SQL script wrong order : functions creation before tables are creation

Created on 21 Sep 2019  路  2Comments  路  Source: hasura/graphql-engine

Migration SQL script trying to create functions before the tables are created.

[42P01] FatalError: relation "Addresses" does not exist

Resolved it by moving the function creation scripts after the table creation.

question

All 2 comments

Unfortunately, this is how Postgres generates the output while using pg_dump

I'm closing this issue. @arpitjacob feel free to re-open if you have anything to add to this 馃檪

Was this page helpful?
0 / 5 - 0 ratings