Skip to content

Commit ca6e6ec

Browse files
update
1 parent d605c87 commit ca6e6ec

File tree

2 files changed

+2
-8
lines changed

2 files changed

+2
-8
lines changed

docs/change-database/plan.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ Choose one or moretarget databases and click **Confirm**.
1414

1515
### 3. Add Changes
1616

17-
Add SQL statements (multiple allowed by clicking **+ Add Change**) and click **Create**. The plan becomes an issue with automatic SQL review.
17+
Add SQL statements (multiple allowed by clicking **+ Add Change**) and click **Create**. The plan will be in `Draft` status with automatic SQL review.
1818

1919
![bb-plan-warning-detail](/content/docs/change-database/plan/bb-plan-warning-detail.webp)
2020

2121
### 4. Submit for Review (Enterprise)
2222

23-
Fix the warning, and click **Ready for Review**. Approval follows [configured rules](/change-database/approval).
23+
Fix the warning, and click **Ready for Review**. The plan will be converted into an issue and await approval. Approval follows [configured rules](/change-database/approval).
2424

2525
![plan-approval](/content/docs/change-database/plan/bb-plan-approval.webp)
2626

docs/tutorials/sql-review-gui.mdx

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,12 +46,6 @@ Make sure you have [Docker](https://www.docker.com/) installed, and if you don
4646

4747
1. Go to `Sample Project`, navigate to **CI/CD** > **Plans** and click **+ New Plan**.
4848

49-
![new-plan](/content/docs/change-database/plan/bb-new-plan.webp)
50-
51-
1. Select **Schema Migration (DDL)** as the change type.
52-
53-
![plan-change-type](/content/docs/change-database/plan/bb-plan-change-type.webp)
54-
5549
1. Select `hr_prod` database as the target since the default SQL Review policy is attached to the `Prod` environment. Click **Confirm** to proceed. You can use the **Schema Editor** to visually design the schema, here we'll intentionally uncheck **Not Null** for `nickname` column.
5650

5751
1. The plan will be in `Draft` status. SQL Review will run automatically, and you'll see violations against our defined rules marked in orange as `warning`.

0 commit comments

Comments
 (0)