localhost:8080
in a browser, register as an admin and you will be granted as Workspace Admin role and automatically logged in.
dba@example.com
as Worksace DBA, and one dev@example.com
as Project Developer (which will apply to all projects).
Sample Project
, click Database > Databases on the left bar. Select both existing sample databases hr_prod
and hr_test
, and click Edit Schema.
Project Owner → DBA
for DDL > High Risk and DBA
for DDL > Moderate Risk.
DDL ALTER
; Risk Level: High
; Type: DDL
; Condition: sql_type == 'ALTER_TABLE'
DDL CREATE
; Risk Level: Moderate
; Type: DDL
; Condition: sql_type == 'CREATE_TABLE'
Tester->DBA
as the Moderate Risk approval flow.