Files
windmill/backend/migrations/20240527151853_add_worker_memory_usage.up.sql

2 lines
87 B
SQL

-- Add up migration script here
ALTER TABLE worker_ping ADD COLUMN memory_usage BIGINT;