Skip to content

Commit 1b52313

Browse files
committed
Add "pending migrations" status to docs
1 parent 5e6fb05 commit 1b52313

File tree

1 file changed

+12
-11
lines changed

1 file changed

+12
-11
lines changed

docs/models/branch.md

Lines changed: 12 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,18 @@ The unique, randomly-generated identifier of the PostgreSQL schema which houses
2020

2121
The current status of the branch. This must be one of the following values.
2222

23-
| Status | Description |
24-
|--------------|-------------------------------------------------------------------|
25-
| New | Not yet provisioned in the database |
26-
| Provisioning | A job is running to provision the branch's PostgreSQL schema |
27-
| Ready | The branch is healthy and ready to be synchronized or merged |
28-
| Syncing | A job is running to synchronize changes from main into the branch |
29-
| Merging | A job is running to merge changes from the branch into main |
30-
| Reverting | A job is running to revert previously merged changes in main |
31-
| Merged | Changes from this branch have been successfully merged into main |
32-
| Archived | A merged branch which has been deprovisioned in the database |
33-
| Failed | Provisioning the schema for this branch has failed |
23+
| Status | Description |
24+
|--------------------|-------------------------------------------------------------------------------|
25+
| New | Not yet provisioned in the database |
26+
| Provisioning | A job is running to provision the branch's PostgreSQL schema |
27+
| Ready | The branch is healthy and ready to be synchronized or merged |
28+
| Syncing | A job is running to synchronize changes from main into the branch |
29+
| Merging | A job is running to merge changes from the branch into main |
30+
| Reverting | A job is running to revert previously merged changes in main |
31+
| Pending Migrations | One or more database migrations must be applied before the branch can be used |
32+
| Merged | Changes from this branch have been successfully merged into main |
33+
| Archived | A merged branch which has been deprovisioned in the database |
34+
| Failed | Provisioning the schema for this branch has failed |
3435

3536
### Last Sync
3637

0 commit comments

Comments
 (0)