Skip to content

Commit ca9d5fb

Browse files
boojackclaude
andauthored
chore: remove changelist feature references (#926)
Remove references to the deprecated changelist feature from blog posts, documentation images, and pricing plans to reflect current product offering. πŸ€– Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Claude <[email protected]>
1 parent 2f8ce11 commit ca9d5fb

File tree

12 files changed

+1
-12
lines changed

12 files changed

+1
-12
lines changed

β€Žcontent/blog/cvte-case-study.mdβ€Ž

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ Besides emphasizing control throughout the release process, Bytebase provides va
5454

5555
- **Batch changes**: Bytebase supports multiple ways to release changes, among which [Batch Change](https://docs.bytebase.com/change-database/batch-change/) can group and release changes to a large number of databases simultaneously, avoiding database-by-database execution, and can flexibly handle cross-grouping issues, which simply cannot be addressed by customizing batch change scripts.
5656
- **Script validation**: Bytebase helps write better SQL statements by incorporating syntax checking and object name verification. For certain operations, such as modifying schema referenced by VIEWs (in PostgreSQL, the VIEW needs to be deleted to modify table schema), Bytebase can automatically provide VIEW definitions for easy script rewriting.
57-
- **Simplified version control**: Before Bytebase, change scripts in test environments needed to be manually recorded and arranged using tools like spreadsheets, before being individually released into production environments. This process was cumbersome and prone to errors. With [Changelist](https://docs.bytebase.com/changelist/), they can now import changes from change history or external files and release them with one click, significantly improving the experience.
5857

5958
### Integrating Compliance
6059

β€Žcontent/blog/database-version-control.mdβ€Ž

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,6 @@ Version control systems store the history of changes made to the database schema
3636

3737
![change-history-diff](/content/blog/database-version-control/change-history-diff.webp)
3838

39-
## Migration Scripts
40-
41-
Database version control often relies on migration scripts, which are code files that define the necessary changes to the database schema. These scripts typically contain SQL statements or other database-specific commands to create, modify, or delete database objects. In Bytebase, one can use [Changelist](https://docs.bytebase.com/changelist/) to compose the migration scripts.
42-
43-
![change-list](/content/blog/database-version-control/changelist.webp)
44-
4539
## Deployment and Rollback
4640

4741
By keeping a history of changes, version control enables controlled deployment of database updates. If a problem occurs, it allows teams to roll back to a previous version of the database schema and associated data. Bytebase provides the following rollback options:

β€Žcontent/blog/use-jira-for-database-change.mdβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ It's challenging to force a general issue ticketing system to handle the special
6666
## Why Bytebase
6767

6868
Many customers come to [Bytebase](/) from Jira because of the aforementioned challenges. Similar to Jira,
69-
Bytebase has the concepts of `Project`, `Issue`. Additionally, Bytebase defines some database domain-specific concepts as first-class citizens, such as `Database Instance`, `Database`, `Environment`, `Changelist`. Bytebase provides an integrated
69+
Bytebase has the concepts of `Project`, `Issue`. Additionally, Bytebase defines some database domain-specific concepts as first-class citizens, such as `Database Instance`, `Database`, `Environment`. Bytebase provides an integrated
7070
experience to plan, review, and deploy database changes.
7171

7272
![Issue detail interface](/content/blog/use-jira-for-database-change/issue-detail.webp)
-12.3 KB
Binary file not shown.
-8.43 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
-61.3 KB
Binary file not shown.
-48.6 KB
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
Β (0)