mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
aba8c01d7f
* add sum and description to http routes * add to openapi spec * add subsection * add collaspable and action button * added path rendering, * migrate logic to backend * remover server and handle different format generation * add filter for http route and document generated * remove print * handled webhook and integrated server component * done * add download and copy * nits * update .sqlx * remove .vscode * fix npm check * add summary description and fix toggle * added security handling and nits * update .sqlx * nits and rename key * remove unused code * update ref * nits rename var * nits * nits * nits * nits * nits * add token generation for cURL command * create token * update label and remove section * update repo ref * clean * let brower start download before cleaning up resource * handle sync/async for webhook * format fix * nits * nits * reset sum and description
7 lines
176 B
SQL
7 lines
176 B
SQL
-- Add down migration script here
|
|
DROP TABLE http_trigger;
|
|
DROP TYPE http_method;
|
|
|
|
ALTER TABLE script DROP COLUMN has_preprocessor;
|
|
|
|
DROP FUNCTION prevent_route_path_change(); |