2 lines
52 B
SQL
2 lines
52 B
SQL
ALTER TABLE workers
|
|
DROP IF EXISTS parallel_tasks;
|
ALTER TABLE workers
|
|
DROP IF EXISTS parallel_tasks;
|