graphql-engine/server/tests-py/queries/graphql_mutation/update/basic/schema_teardown.yaml
Auke Booij b2d65d16d3
server: _inc for non-integer numeric types (fix #3573) (#4429)
* Allow `_inc` to update other numeric types in addition to integers

* Add support for PostgreSQL's `money` field type

* Add support for _inc on money types

* Add note of generalized `_inc` support to changelog
2020-04-17 11:32:09 +02:00

30 lines
397 B
YAML

type: bulk
args:
#Drop relationship first
- type: drop_relationship
args:
table:
name: author
schema: public
relationship: articles
- type: run_sql
args:
sql: |
drop table article
- type: run_sql
args:
sql: |
drop table author
- type: run_sql
args:
sql: |
drop table person
- type: run_sql
args:
sql: |
drop table numerics