@@ -105,31 +105,31 @@ Bytebase offers two workflows to integrate with your existing processes:
105105
106106### Choose UI-Driven Workflow If:
107107
108- ✅ ** You prefer visual interfaces** — Point-and-click change management with immediate feedback
108+ - ** You prefer visual interfaces** — Point-and-click change management with immediate feedback
109109
110- ✅ ** You need centralized control** — All database changes managed in one dedicated platform
110+ - ** You need centralized control** — All database changes managed in one dedicated platform
111111
112- ✅ ** Multiple teams involved** — DBAs, security, and compliance teams need visibility and approval rights
112+ - ** Multiple teams involved** — DBAs, security, and compliance teams need visibility and approval rights
113113
114- ✅ ** No existing CI/CD for databases** — Get started quickly without setting up additional infrastructure
114+ - ** No existing CI/CD for databases** — Get started quickly without setting up additional infrastructure
115115
116- ✅ ** Ad-hoc changes are common** — Hotfixes and emergency changes need quick turnaround
116+ - ** Ad-hoc changes are common** — Hotfixes and emergency changes need quick turnaround
117117
118118** Best for:** Teams establishing database DevOps practices, organizations with dedicated DBAs, enterprises requiring multi-level approvals
119119
120120[ Learn more about UI-Driven Workflow →] ( /change-database/plan )
121121
122122### Choose GitOps Workflow If:
123123
124- ✅ ** Database schema = Application code** — Migration scripts live alongside your application
124+ - ** Database schema = Application code** — Migration scripts live alongside your application
125125
126- ✅ ** Existing CI/CD pipelines** — Database changes follow your established deployment process
126+ - ** Existing CI/CD pipelines** — Database changes follow your established deployment process
127127
128- ✅ ** Developer-centric culture** — Engineers own the full stack including database
128+ - ** Developer-centric culture** — Engineers own the full stack including database
129129
130- ✅ ** Git is your source of truth** — All changes tracked through version control
130+ - ** Git is your source of truth** — All changes tracked through version control
131131
132- ✅ ** Automation first** — Minimize manual intervention in deployments
132+ - ** Automation first** — Minimize manual intervention in deployments
133133
134134** Best for:** DevOps teams, microservices architectures, organizations practicing Infrastructure-as-Code
135135
@@ -143,4 +143,4 @@ Bytebase offers two workflows to integrate with your existing processes:
143143- UI-Driven for complex migrations, hotfixes, or sensitive production changes
144144- Different workflows for different teams or projects
145145
146- Both workflows share the same underlying CI/CD lifecycle, ensuring consistency regardless of how changes are initiated.
146+ Both workflows share the same underlying CI/CD lifecycle, ensuring consistency regardless of how changes are initiated.
0 commit comments