mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-18 21:12:09 +03:00
0e6e9deac9
https://github.com/hasura/graphql-engine-mono/pull/1606 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: 2ed37c48c5d1e82e23d691f30a6e870303787388
16 lines
286 B
YAML
16 lines
286 B
YAML
# We are using single-statement requests for the same reason as stated in schema_setup_mysql.yaml
|
|
type: bulk
|
|
args:
|
|
|
|
- type: mysql_run_sql
|
|
args:
|
|
source: mysql
|
|
sql: |
|
|
drop table article;
|
|
|
|
- type: mysql_run_sql
|
|
args:
|
|
source: mysql
|
|
sql: |
|
|
drop table author;
|