mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-16 09:51:59 +03:00
3f8a1d9ebf
* fix insert permission views are not unique for long role names, fix #3444 * Use GHC notes reference and improve comments
10 lines
122 B
YAML
10 lines
122 B
YAML
type: bulk
|
|
args:
|
|
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
DROP TABLE article;
|
|
DROP TABLE author;
|
|
cascade: true
|