2020-02-13 20:38:23 +03:00
|
|
|
type: bulk
|
|
|
|
args:
|
|
|
|
- type: drop_action
|
|
|
|
args:
|
|
|
|
name: create_user
|
|
|
|
clear_data: true
|
|
|
|
- type: drop_action
|
|
|
|
args:
|
|
|
|
name: create_users
|
|
|
|
clear_data: true
|
2020-03-20 09:46:45 +03:00
|
|
|
- type: drop_action
|
|
|
|
args:
|
|
|
|
name: mirror
|
|
|
|
clear_data: true
|
2020-04-16 10:25:19 +03:00
|
|
|
- type: drop_action
|
|
|
|
args:
|
|
|
|
name: get_user_by_email
|
|
|
|
clear_data: true
|
|
|
|
- type: drop_action
|
|
|
|
args:
|
|
|
|
name: get_users_by_email
|
|
|
|
clear_data: true
|
2020-02-13 20:38:23 +03:00
|
|
|
# clear custom types
|
|
|
|
- type: set_custom_types
|
|
|
|
args: {}
|
|
|
|
|
|
|
|
- type: run_sql
|
|
|
|
args:
|
|
|
|
cascade: true
|
|
|
|
sql: |
|
|
|
|
DROP TABLE "user";
|
2021-01-18 09:56:25 +03:00
|
|
|
DROP TABLE "article";
|