summaryrefslogtreecommitdiff
path: root/gentoobrowse/datasources/schema.sql
diff options
context:
space:
mode:
Diffstat (limited to 'gentoobrowse/datasources/schema.sql')
-rw-r--r--gentoobrowse/datasources/schema.sql3
1 files changed, 2 insertions, 1 deletions
diff --git a/gentoobrowse/datasources/schema.sql b/gentoobrowse/datasources/schema.sql
index 0d62c3e..d82dae6 100644
--- a/gentoobrowse/datasources/schema.sql
+++ b/gentoobrowse/datasources/schema.sql
@@ -264,7 +264,8 @@ CREATE TABLE packages (
summary text,
maintainer text,
herd text,
- metadatadate timestamp without time zone
+ metadatadate timestamp without time zone,
+ image text
);