Files
windmill/backend/migrations/20221104105107_queue-raw_lock.up.sql
Kai Jellinghaus 937e16c2af feat(backend): Flow lock (#868)
* Add lockfile information

* Allow Lockfiles to be pushed to queue

* Handle raw_lock on worker

* Flow Lock Job

* Allow RawScript path

* Simplify handle_code_execution_job

* Regenerate SQLX

* Fix tests

* fix test

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-11-13 18:31:08 +01:00

2 lines
88 B
SQL

-- Add up migration script here
ALTER TABLE queue ADD COLUMN raw_lock TEXT DEFAULT NULL;