summaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2020-11-13 17:21:57 +0100
committerMatthias Beyer <mail@beyermatthias.de>2020-11-13 17:25:25 +0100
commit1558a2817081d9110eff20f5d429125e460d9a81 (patch)
tree52f5cddc9b4e8f248f5367601074e9af76019821 /src/schema.rs
parent4eca99a67c87dde25024877b8fc390ab67dde23c (diff)
Add uuid field to "job" table
Signed-off-by: Matthias Beyer <mail@beyermatthias.de>
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 0baaf47..aa777a6 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -68,6 +68,7 @@ table! {
container_hash -> Varchar,
script_text -> Text,
log_text -> Text,
+ uuid -> Uuid,
}
}