summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/schema.sql b/schema.sql
index 3569eac..872b7db 100644
--- a/schema.sql
+++ b/schema.sql
@@ -50,5 +50,6 @@ CREATE INDEX bugs_affects_index ON bugs(affects);
CREATE TABLE building (
source TEXT NOT NULL,
- architecture TEXT NOT NULL,
+ buildarch TEXT NOT NULL,
+ hostarch TEXT NOT NULL,
pid INTEGER NOT NULL);