summaryrefslogtreecommitdiffstats
path: root/src/schema.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/schema.rs')
-rw-r--r--src/schema.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/schema.rs b/src/schema.rs
index 676b0f7..d888dcd 100644
--- a/src/schema.rs
+++ b/src/schema.rs
@@ -105,7 +105,6 @@ table! {
requested_image_id -> Int4,
requested_package_id -> Int4,
repo_hash_id -> Int4,
- tree -> Jsonb,
}
}