From 2a1e017c063c462da3702e0227cb075643013988 Mon Sep 17 00:00:00 2001 From: Matthias Beyer Date: Fri, 5 Feb 2021 15:28:42 +0100 Subject: Remove "tree" from submit This removes the "tree" column from the "submits" table. This is because we do not store the build-tree in the database anymore. We don't actually need this feature and we can always re-build the tree from an old commit in the repository. Thus, this is not required anymore. Also, it is less easy to do as soon as the internal implementation changes from a "tree" structure to a "DAG" structure. Signed-off-by: Matthias Beyer --- src/schema.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'src/schema.rs') 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, } } -- cgit v1.2.3