Skip to content

Commit 9f2e788

Browse files
committed
fix migration readme
1 parent 7f9e179 commit 9f2e788

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

src/a2a/migrations/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@ uv run a2a-db downgrade base
9191
uv run a2a-db downgrade head:base --sql
9292
```
9393

94+
> [!NOTE]
95+
> All flags except `--add_columns_owner_last_updated-default-owner` can be used during rollbacks.
96+
9497
### 6. Verifying Current Status
9598
To see the current revision applied to your database:
9699

@@ -100,10 +103,6 @@ uv run a2a-db current
100103
# To see more details (like revision dates, if available)
101104
uv run a2a-db current -v
102105
```
103-
104-
> [!NOTE]
105-
> All flags except `--add_columns_owner_last_updated-default-owner` can be used during status checks.
106-
107106
---
108107

109108
## Developer Guide for SDK Contributors

0 commit comments

Comments
 (0)