mirror of
https://github.com/hasura/graphql-engine.git
synced 2024-12-19 13:31:43 +03:00
3527b085fd
* allow altering type of a column iff session vars are defined in permissions * use a sum type to define dependency reason * set jwt expiry test's expiry time to 4 seconds * derive Data instance for necessary types to simplify 'hasStaticExp'
10 lines
144 B
YAML
10 lines
144 B
YAML
type: bulk
|
|
args:
|
|
- type: run_sql
|
|
args:
|
|
sql: |
|
|
drop table article;
|
|
drop table author;
|
|
drop table test;
|
|
cascade: true
|