From e0da7533a4fd098a3e730c3f8bb04d5982ae1a4c Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Sat, 17 Dec 2016 00:01:42 +0000 Subject: Fix case of column in primary key --- gentoobrowse-api/db/schema.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gentoobrowse-api/db/schema.sql b/gentoobrowse-api/db/schema.sql index c343835..38c96e2 100644 --- a/gentoobrowse-api/db/schema.sql +++ b/gentoobrowse-api/db/schema.sql @@ -725,7 +725,7 @@ ALTER TABLE ONLY use_local ALTER TABLE use_local CLUSTER ON use_local_pkey; -- Name: updates_pkey; Type: CONSTRAINT; Schema: gentoobrowse; Owner: gentoo; Tablespace: ALTER TABLE ONLY updates - ADD CONSTRAINT updates_pkey PRIMARY KEY (updatePack, catfrom, namefrom); + ADD CONSTRAINT updates_pkey PRIMARY KEY (updatepack, catfrom, namefrom); -- Name: idx_changelog_committime; Type: INDEX; Schema: gentoobrowse; Owner: gentoo; Tablespace: CREATE INDEX idx_changelog_committime ON changelog USING btree (committime); -- Name: idx_changelog_fts; Type: INDEX; Schema: gentoobrowse; Owner: gentoo; Tablespace: -- cgit v1.2.3