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.

created_by

User who created the upgrade record.

description

Basic (identifying) description for the upgrade.

executed

When the upgrade was executed.

executed_by

User who executed the upgrade.

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.

uuid

UUID primary key for the table.