mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-15 09:22:43 +03:00
5b74b2e2df
* do not perform the metadata check in read-only mode * improve the isAltrDropReplace regex * quote the regex at compile-time to handle syntax errors statically Co-authored-by: Alexis King <lexi.lambda@gmail.com>
12 lines
204 B
YAML
12 lines
204 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table article;
|
|
drop table author;
|
|
drop table test;
|
|
drop view malicious_view;
|
|
drop table malicious;
|
|
cascade: true
|