wuttjamaican.db.model.upgrades
¶
Upgrade Model
- class wuttjamaican.db.model.upgrades.Upgrade(**kwargs)[source]¶
Represents an app upgrade.
- created¶
When the upgrade record was created.
- description¶
Basic (identifying) description for the upgrade.
- executed¶
When the upgrade was executed.
- executing¶
Whether or not the upgrade is currently being performed.
- exit_code¶
Exit code for the upgrade execution process, if applicable.
- notes¶
Notes for the upgrade.
- status¶
Current status for the upgrade. This field uses an enum,
UpgradeStatus
.