@@ -20,17 +20,18 @@ The unique, randomly-generated identifier of the PostgreSQL schema which houses
20
20
21
21
The current status of the branch. This must be one of the following values.
22
22
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 |
34
35
35
36
### Last Sync
36
37
0 commit comments