mirror of
https://github.com/mii443/wasmer.git
synced 2025-12-03 11:18:31 +00:00
Merge pull request #4980 from wasmerio/run-383-backend-api-include-app-disabled-status
feat(backend-api): Add disabledAt/Reason to AppVersion
This commit is contained in:
@@ -1030,6 +1030,8 @@ mod queries {
|
|||||||
pub config: String,
|
pub config: String,
|
||||||
pub json_config: String,
|
pub json_config: String,
|
||||||
pub url: String,
|
pub url: String,
|
||||||
|
pub disabled_at: Option<DateTime>,
|
||||||
|
pub disabled_reason: Option<String>,
|
||||||
|
|
||||||
pub app: Option<SparseDeployApp>,
|
pub app: Option<SparseDeployApp>,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user