mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
5cfac6ea87
https://github.com/hasura/graphql-engine-mono/pull/1793 GitOrigin-RevId: e0396c0d4d96fc8f9bdbd7567193933db5b295a6
16 lines
342 B
YAML
16 lines
342 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP FUNCTION get_articles(json, author);
|
|
DROP TABLE article;
|
|
DROP TABLE author;
|
|
DROP TABLE contact;
|
|
DROP FUNCTION track_size_mb("Track");
|
|
DROP TABLE "Track";
|
|
DROP TABLE "Tag";
|
|
DROP TABLE "Album";
|
|
DROP TABLE employee;
|
|
cascade: true
|