Skip to content

Commit cb90fe1

Browse files
committed
docs: futher cleanup changelist
1 parent e324a04 commit cb90fe1

File tree

7 files changed

+1
-23
lines changed

7 files changed

+1
-23
lines changed
Binary file not shown.
Binary file not shown.

mintlify/onboarding/plan.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Onboarding Plan
3-
icon: "notebook-pen"
3+
icon: 'notebook-pen'
44
---
55

66
<Note>
@@ -96,5 +96,4 @@ Related features (in addition to Phase 1):
9696
- [GitOps](/vcs-integration/overview/)
9797
- [Drift Detection](/change-database/drift-detection/)
9898
- [Batch Change](/change-database/batch-change/)
99-
- [Changelist](/changelist/)
10099
- [Online Schema Migration (MySQL only)](/change-database/online-schema-migration-for-mysql/)

mintlify/tutorials/deploy-schema-migration.mdx

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,13 +91,11 @@ If you want **Time scheduling** feature, you will need to upgrade to **Pro Plan*
9191

9292
If you want the approval flow to be more dynamic based on the context like the type of SQL statements, follow this tutorial [Database Change with Risk-Based Approval Flow](/tutorials/database-change-management-with-risk-adjusted-approval-flow/).
9393

94-
9594
### Summary
9695

9796
You have now learned how to use Bytebase to deploy schema migration in a basic way. Bytebase also provides other advanced features for your interests:
9897

9998
- [GitOps](/vcs-integration/overview/) - Observe Git code push events and trigger schema migration;
10099
- [Batch changes](/change-database/batch-change/) - Change multiple databases in a single workflow;
101-
- [Changelist](/changelist/) - Organize and apply changes sequentially, or export them for offline execution.
102100

103101
Join our [Discord channel](https://discord.com/invite/huyw7gRsyA) to discuss.

mintlify/tutorials/how-to-move-schema-change-from-test-to-prod.mdx

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -44,26 +44,7 @@ You can see how Bytebase shows the diff between the test database (source) and t
4444

4545
Thus we have successfully propagate the change from `test` to `prod`.
4646

47-
## Option 3: Changelist
48-
49-
Still within `Basic Project` interface, enter [**Changelists**](/changelist/) section on the left-side bar, where you can create a **New Changelist**.
50-
51-
![changelist-entry](/content/docs/tutorials/how-to-move-schema-change-from-test-to-prod/changelist-entry.webp)
52-
53-
In the details page of our new changelist, besides **Upload .sql or .zip file**, we can also click the `+` to **Add Change**.
54-
55-
![changelist-details-page](/content/docs/tutorials/how-to-move-schema-change-from-test-to-prod/changelist-details-page.webp)
56-
57-
We can choose `Change History` as Change source to add our former schema changes to changelist. Or, we can edit **Raw SQL** to add any schema change to our changelist.
58-
59-
![changelist-add-change](/content/docs/tutorials/how-to-move-schema-change-from-test-to-prod/changelist-add-change.webp)
60-
61-
Having finished editing the new changelist, **Apply to database** where you choose both databases to **Edit Schema**. Then just create and deploy the issue as we did.
62-
63-
![changelist-apply](/content/docs/tutorials/how-to-move-schema-change-from-test-to-prod/changelist-apply.webp)
64-
6547
## Related docs
6648

6749
- [Streamlined Rollout](/change-database/batch-change/#change-databases-from-multiple-environments)
6850
- [Schema Synchronization](/change-database/synchronize-schema)
69-
- [Changelist](/changelist)

0 commit comments

Comments
 (0)