[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[PATCH] Extend pkg_history table with "builder" field



From: Joachim Breitner <nomeata@debian.org>

---
 schema/arches-tables.in |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/schema/arches-tables.in b/schema/arches-tables.in
index a7b649b..3957cf3 100644
--- a/schema/arches-tables.in
+++ b/schema/arches-tables.in
@@ -64,6 +64,7 @@ CREATE TABLE "ARCH".pkg_history (
     version character varying NOT NULL,
     "timestamp" timestamp without time zone NOT NULL,
     result character varying NOT NULL,
+    builder character varying,
     build_time integer,
     disk_space bigint,
     primary key (package, distribution, version, "timestamp")
-- 
1.7.5.3


Reply to: