aboutsummaryrefslogtreecommitdiff
path: root/app/models/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'app/models/__init__.py')
-rw-r--r--app/models/__init__.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/models/__init__.py b/app/models/__init__.py
index eee8699..3e19fdb 100644
--- a/app/models/__init__.py
+++ b/app/models/__init__.py
@@ -135,6 +135,7 @@ POST_KEY = "post"
SUPERUSER_KEY = "superuser"
LAB_KEY = "lab"
PUT_KEY = "put"
+UPLOAD_KEY = "upload"
# Job and/or build status.
BUILD_STATUS = "BUILD"