Files
windmill/backend/migrations/20231227014107_add_dependency_map.down.sql
Ruben Fiszel bb84ab654a feat: improve git sync and recompute dependents when common python script is redeployed (#2967)
* fix: allow extraConfig for agGrid to set onGridReady

* depmap

* depmap

* depmap

* depmap
2024-01-07 15:18:27 +01:00

2 lines
60 B
SQL

-- Add down migration script here
DROP TABLE dependency_map;