mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
254c3cf8ef
* feat: preprocessor refactor * nit * oneOf kind support + new capture format + fix build * fix build * fix build * update preprocessor templates * cache runnable version info * update ee ref * update hub scripts && ee ref
2 lines
125 B
SQL
2 lines
125 B
SQL
ALTER TABLE capture RENAME COLUMN trigger_extra to preprocessor_args;
|
|
ALTER TABLE capture RENAME COLUMN payload to main_args; |