Files
windmill/backend/migrations/20231113194945_add_dedicated_workers_to_flows.up.sql
Ruben Fiszel 518a8396b3 feat: dedicated workers for flows (#2637)
* dw for flows

* dw for flows

* all

* sqlx

* sqlx

* dedicated workers

* more comments
2023-11-17 10:00:04 +01:00

2 lines
85 B
SQL

-- Add up migration script here
ALTER TABLE flow ADD COLUMN dedicated_worker BOOLEAN;