mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-17 20:41:49 +03:00
9f35e660c0
PR-URL: https://github.com/hasura/graphql-engine-mono/pull/2367 Co-authored-by: Chris Done <11019+chrisdone@users.noreply.github.com> Co-authored-by: Aniket Deshpande <922486+aniketd@users.noreply.github.com> Co-authored-by: Abby Sassel <3883855+sassela@users.noreply.github.com> GitOrigin-RevId: 701c84a1ca5e4ab73a229a804381a7f5281090f1
6 lines
72 B
YAML
6 lines
72 B
YAML
type: mysql_run_sql
|
|
args:
|
|
source: mysql
|
|
sql: |
|
|
DROP TABLE user;
|