Files
windmill/backend/migrations/20230905170218_dedicated_worker.up.sql
Ruben Fiszel 5ac99b817e feat: dedicated workers for native-throughput performance (EE only) (#2239)
* dedicated worker

* dedicated worker

* merge

* progress

* progress

* progress

* merge

* update

* sqlx

* fix imports
2023-09-06 10:32:53 +02:00

3 lines
88 B
SQL

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