diff options
-rw-r--r-- | gentoobrowse-api/db/schema.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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: |