mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
253b679271
* feat: app preview discord * feat: add custom, slack, email + worker groups * fix: npm build * fix: add assignable chromium tag * feat: use workspace linked slack resource + hub scripts * fix: nit
3 lines
307 B
SQL
3 lines
307 B
SQL
-- Add up migration script here
|
|
INSERT INTO config (name, config) VALUES
|
|
('worker__reports', '{"init_bash": "apt-get update\napt-get install -y chromium", "worker_tags": ["deno", "python3", "go", "bash", "powershell", "dependency", "flow", "hub", "other", "bun", "chromium"]}') ON CONFLICT DO NOTHING; |