2021-01-29 04:02:34 +03:00
|
|
|
type: bulk
|
|
|
|
args:
|
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: simple
|
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: simple_cached
|
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: with_arg
|
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: with_args
|
2021-12-04 00:56:25 +03:00
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: with_uuids
|
2021-05-06 09:43:09 +03:00
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: with_uuid
|
2022-05-02 06:33:17 +03:00
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: with_date
|
2021-01-29 04:02:34 +03:00
|
|
|
- type: drop_rest_endpoint
|
|
|
|
args:
|
|
|
|
name: with_template
|
|
|
|
- type: drop_query_collection
|
|
|
|
args:
|
|
|
|
collection: test_collection
|
|
|
|
cascade: false
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
sql: |
|
2022-05-02 06:33:17 +03:00
|
|
|
drop table test_table
|