localhost:8080
. Register an admin account, and it will be granted the workspace admin
role automatically.
Automatic
.
Sample Project
. Under the CI/CD section, click Plans, then + New Plan. Choose Schema Migration (DDL)
and select the hr_test
database.
nickname
to the employee
table and click Confirm.
Test
environment. The issue is marked as Done
.
Manual
. We’ll add an SQL Review policy to the Prod
environment.
Sample Template
, which has 20 enabled rules.
Prod
environment.
Sample Project
. Under the CI/CD section, click Plans, then + New Plan. Choose Schema Migration (DDL)
and select the hr_prod
database.
nickname
to the employee
table and click Confirm.
NOT NULL
rule. Click Create; SQL Review runs automatically and shows a warning for the Prod
task.
NOT NULL
constraint. Click Save to update the plan. SQL Review runs again and should pass. Click Ready for Review, then Confirm to submit the plan for approval.
Done
.