Files
windmill/backend/migrations/20221005022757_same_worker.down.sql
Ruben Fiszel 849842e9c6 feat: implement same_worker openflow attribute for running flow all in one go + sharing folder /shared (#689)
* init

* progress

* all

* sqlx

* remove unecessary test

* done

* frontend

* frontend
2022-10-06 04:59:09 +02:00

3 lines
77 B
SQL

-- Add down migration script here
ALTER TABLE queue DROP COLUMN same_worker;