Files
windmill/backend/migrations/20231115101254_workspace_s3_bucket_settings.down.sql
Guillaume Bouvignies f932e4c916 feat: Add Python SDK capabilities to generate Polars and DuckDB connection settings to S3 (#2625)
* feat: Add Python SDK capabilities to generate Polars and DuckDB connection settings to S3

* Add endpoint to list S3 objects

* Add FE to set the workspace S3 resource

* Fix openapi

* sqlx prepare

* Hide Windmil LFS tab
2023-11-15 19:37:02 +01:00

2 lines
96 B
SQL

-- Add down migration script here
ALTER TABLE workspace_settings DROP COLUMN large_file_storage;