mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-04 16:03:06 +00:00
9f34712bd7
* 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;
|