graphql-engine/server/tests-py/queries/v1/run_sql/teardown.yaml
Rakesh Emmadi 3527b085fd allow altering type of a column whose permissions defined only with session variables (close #2070) (#2683)
* 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'
2019-08-16 16:35:22 -05:00

10 lines
144 B
YAML

type: bulk
args:
- type: run_sql
args:
sql: |
drop table article;
drop table author;
drop table test;
cascade: true