mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
6f2ad5f5f4
* feat: Detailed job memory footprint * Address rubens comment * double presion -> real * sql query returns only metric_type
3 lines
78 B
SQL
3 lines
78 B
SQL
-- Add down migration script here
|
|
DROP TABLE job_stats;
|
|
DROP TYPE METRIC_KIND; |