mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-14 17:02:49 +03:00
0e666a9203
* Fix catalog version for v1.1.1 * Remove entries of removed tables from hdb_catalog While downgrading catalog version from 32 -> 31, not removing entries in hdb_table and hdb_relationship for the tables that are removed in the downgrade, results in incosistent schema, when the server with downgraded version is started. This should probably be handled in a better fashion. With the change in this commit, the server is able to successfully start with downgraded catalog version 31. * Test downgrade command along with upgrade tests
8 lines
100 B
Plaintext
8 lines
100 B
Plaintext
_output
|
|
node_modules
|
|
yarn.lock
|
|
.venv
|
|
graphql-engine-latest
|
|
graphql-engine-latest.etag
|
|
server-output
|