Skip to content

Commit

Permalink
docs(website): add original_environment field (#732)
Browse files Browse the repository at this point in the history
  • Loading branch information
d4x1 authored Mar 14, 2024
1 parent 643f954 commit a5bf9de
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/DataModels/DevLakeDomainLayerSchema.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ Additional Notes
| `status` | varchar | 100 | The status of this deployment, enum: 'IN_PROGRESS', 'DONE', 'OTHER' | |
| `original_status` | varchar | 100 | The original_status of the deployment. Its value depends on the state of the corresponding entity in the different plugins. | |
| `environment` | varchar | 255 | The environment to deploy, only 'PRODUCTION' deployment will appear in v0.17 | |
| `original_environment`| varchar | 255 | The original environment field of the deployment. It appeared since v1.0. | |
| `created_date` | datetime | 3 | The created time of the deployment. | |
| `queued_date` | datetime | 3 | The queued time of the deployment. | |
| `started_date` | datetime | 3 | The started time of the deployment. | |
Expand Down Expand Up @@ -603,6 +604,7 @@ Normally, one deployment only deploy to one repo. But in some cases, one deploym
| `status` | varchar | 100 | The status of this deployment, enum: 'IN_PROGRESS', 'DONE', 'OTHER' | |
| `original_status` | varchar | 100 | The original_status of the deployment. Its value depends on the state of the corresponding entity in the different plugins. | |
| `environment` | varchar | 255 | The environment to deploy | |
| `original_environment` | varchar | 255 | The original environment of the deployment. It appeared since v1.0. | |
| `created_date` | datetime | 3 | The created time of the deployment. | |
| `queued_date` | datetime | 3 | The queued time of the deployment. | |
| `started_date` | datetime | 3 | The started time of the deployment. | |
Expand Down

0 comments on commit a5bf9de

Please sign in to comment.