mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
b822c66262
* feat: github app token instead of pat for git sync * sqlx error * revert * refactor * refactor * frontend component create resource from installation * use resource editor * next * refactor * ce with ee ff * npm check * also update other fields in var * quicksave * refactor: simplifications part 1 * cleanup * sqlx * update openapi * small fix * moving all UI components into one popover * ee ref --------- Co-authored-by: Alex <alex@Charlottes-Laptop.local>
2 lines
106 B
SQL
2 lines
106 B
SQL
ALTER TABLE workspace_settings
|
|
ADD COLUMN IF NOT EXISTS git_app_installations JSONB NOT NULL DEFAULT '[]'; |