* 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
3 lines
126 B
SQL
3 lines
126 B
SQL
ALTER TABLE capture RENAME COLUMN preprocessor_args to trigger_extra;
|
|
ALTER TABLE capture RENAME COLUMN main_args to payload;
|