mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
63f9d85bf6
* feat: public app rate limiting + fork hub raw apps + raw apps publish to hub button * sqlx * missing sqlx file * cache rate limiting --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
6 lines
237 B
SQL
6 lines
237 B
SQL
DROP TRIGGER IF EXISTS workspace_rate_limit_change_trigger ON workspace_settings;
|
|
DROP FUNCTION IF EXISTS notify_workspace_rate_limit_change();
|
|
|
|
ALTER TABLE workspace_settings
|
|
DROP COLUMN IF EXISTS public_app_execution_limit_per_minute;
|