* 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;
|