* 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
2 lines
113 B
SQL
2 lines
113 B
SQL
-- Add up migration script here
|
|
ALTER TABLE workspace_settings ADD COLUMN IF NOT EXISTS large_file_storage JSONB; |