mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
955db8ab11
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/4413 Co-authored-by: Karthikeyan Chinnakonda <15602904+codingkarthik@users.noreply.github.com> GitOrigin-RevId: 721fae15587bdab6f27b8d1189fe6e41c42097e7
7 lines
125 B
YAML
7 lines
125 B
YAML
type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table hge_tests.test_t1;
|
|
drop table hge_tests."TEST_T2";
|
|
drop table "Test_T3";
|