3 lines
132 B
SQL
3 lines
132 B
SQL
DROP TABLE IF EXISTS workflow_step_executions;
|
|
DROP TABLE IF EXISTS workflow_executions;
|
|
DROP TABLE IF EXISTS workflow_definitions;
|