mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
1ca0cb9c74
Fixes: https://github.com/hasura/graphql-engine/issues/8399. See [this comment](https://github.com/hasura/graphql-engine-mono/pull/4297/files#r853259983) for an explanation. PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4297 Co-authored-by: Brandon Martin <40686+codedmart@users.noreply.github.com> GitOrigin-RevId: accc85a77cb108224b1c78da709dc96d0e4e298d
22 lines
248 B
YAML
22 lines
248 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: drop_action
|
|
args:
|
|
name: get_messages
|
|
|
|
- type: set_custom_types
|
|
args: {}
|
|
|
|
- type: untrack_table
|
|
args:
|
|
table:
|
|
name: user
|
|
schema: public
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP TABLE "user";
|
|
|