We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e807a46 commit ee76112Copy full SHA for ee76112
mintlify/gitops/overview.mdx
@@ -23,12 +23,7 @@ Bytebase GitOps integration provides two core capabilities:
23
24
### 1. Development Phase
25
26
-Developers create SQL migration files in their feature branches:
27
-
28
-- Schema changes (DDL): `202501150900_add_user_table.sql`
29
-- Data changes (DML): `202501150901_seed_initial_data_dml.sql`
30
31
-<Note>Filenames must conform to the [versioning format](#requirements).</Note>
+Developers create SQL migration files in their feature branches.
32
33
### 2. Review Phase (Pull Request)
34
0 commit comments