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, 1 insertions, 2 deletions
diff --git a/gentoobrowse/datasources/schema.sql b/gentoobrowse/datasources/schema.sql
index ffe4111..83ee5a3 100644
--- a/gentoobrowse/datasources/schema.sql
+++ b/gentoobrowse/datasources/schema.sql
@@ -257,8 +257,7 @@ ALTER OPERATOR gentoobrowse.~ (text[], filterspec[]) OWNER TO postgres;
CREATE TABLE categories (
categoryid integer NOT NULL,
name text,
- summary text,
- metadatadate timestamp without time zone
+ summary text
);
ALTER TABLE categories OWNER TO gentoo;
-- Name: TABLE categories; Type: COMMENT; Schema: gentoobrowse; Owner: gentoo