mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
e567a096e6
https://github.com/hasura/graphql-engine-mono/pull/1677 GitOrigin-RevId: 30175a442237f6ac4b112c652f448a635ad90dc6
16 lines
415 B
YAML
16 lines
415 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP FUNCTION fetch_articles(text, author);
|
|
DROP FUNCTION fetch_articles_plain(author);
|
|
DROP FUNCTION full_name(author);
|
|
DROP TABLE article;
|
|
DROP TABLE author;
|
|
DROP FUNCTION locations_distance(json, locations);
|
|
DROP TABLE locations;
|
|
DROP FUNCTION get_sum(float_test);
|
|
DROP TABLE float_test;
|
|
cascade: true
|