Skip to content

Commit 9a1a8cf

Browse files
authored
Update README.md
1 parent 6250765 commit 9a1a8cf

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,12 @@ Github action to create a release on Bytebase.
1414
| validate-only | No | `false` | Used to check release only. Won't create the release. | Boolean |
1515
| targets | No | N/A | The database group or databases to check the release against. This must be provided if `check-release` is set to `FAIL_ON_ERROR` or `FAIL_ON_WARNING`. Either a comma separated list of the databases or a database group. Databases example: `instances/mysql1/databases/db1,instances/mysql1/databases/db2`. Database format: instances/{instance}/databases/{database} Database group example: `projects/exa/databaseGroups/mygroup` Database group format: `projects/{project}/databaseGroups/{databaseGroup}` | String |
1616

17+
The migration filename **must** start with digits indicating its version. It can optionally end with `dml` or `ghost` to indicate its change type. The default change type is `ddl`.
18+
19+
Examples:
20+
- 20250101001_add_column.sql
21+
- 20250101002_fill_default_data_dml.sql
22+
1723
## Example
1824

1925
```yaml

0 commit comments

Comments
 (0)