mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 01:44:03 +03:00
a63fa18d9c
https://github.com/hasura/graphql-engine-mono/pull/1697 GitOrigin-RevId: 6cdf8acc90d3fd97d20a3ee68c84306c3f589370
20 lines
520 B
YAML
20 lines
520 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP FUNCTION get_articles(author);
|
|
DROP TABLE article;
|
|
DROP TABLE author;
|
|
DROP TABLE "Track" cascade;
|
|
DROP TABLE "Artist";
|
|
DROP TABLE books;
|
|
DROP TABLE geom_table;
|
|
DROP TABLE jsonb_table;
|
|
DROP TABLE gpa cascade;
|
|
DROP TABLE auction;
|
|
DROP FUNCTION student_total_marks(student_marks);
|
|
DROP FUNCTION student_total_marks_offset(json, student_marks);
|
|
DROP TABLE student_marks;
|
|
cascade: true
|