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.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/gentoobrowse/datasources/schema.sql b/gentoobrowse/datasources/schema.sql
index be36a20..ffe4111 100644
--- a/gentoobrowse/datasources/schema.sql
+++ b/gentoobrowse/datasources/schema.sql
@@ -201,8 +201,8 @@ CREATE TABLE packages (
summary text,
maintainer text,
herd text,
- metadatadate timestamp without time zone,
- image text
+ image text,
+ maintainername text
);
ALTER TABLE packages OWNER TO gentoo;
-- Name: TABLE packages; Type: COMMENT; Schema: gentoobrowse; Owner: gentoo