mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-20 16:02:19 +00:00
4facf3ca3e
* Prepare sqlx * Add devops role as bool * Add devops reloe and use it for certain endpoints * Critical alerts: complete devops role visiblity * Update ee repo ref * Prepare sqlx
3 lines
103 B
SQL
3 lines
103 B
SQL
-- Add up migration script here
|
|
ALTER TABLE password ADD COLUMN devops BOOLEAN NOT NULL DEFAULT false;
|