We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c22f48 commit 8058b21Copy full SHA for 8058b21
1 file changed
README.md
@@ -16,8 +16,8 @@ To create a new tenant with the CLI follow the [Create Tenant](https://docbox-nz
16
17
# Migrations
18
19
-To be documented, but runs a SQL migration over the database (With optional filtering for environment or tenant)
+To be documented, but runs pending tenant migrations (With optional filtering for environment or tenant)
20
21
```sh
22
- cargo run --release -p docbox-cli -- migrate --env Development --file ./packages/docbox-cli/migrations/m1_file_parent_id.sql --tenant-id 00000000-0000-0000-0000-000000000000
+docbox-cli -- migrate --env Development --tenant-id 00000000-0000-0000-0000-000000000000
23
```
0 commit comments