mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 04:51:35 +03:00
6 lines
72 B
YAML
6 lines
72 B
YAML
|
type: mysql_run_sql
|
||
|
args:
|
||
|
source: mysql
|
||
|
sql: |
|
||
|
DROP TABLE user;
|