Skip to content

Commit

Permalink
- Fixed bug #016278: Schemafile for postgresql is incorrect (multiple…
Browse files Browse the repository at this point in the history
… primary keys)

git-svn-id: http://svn.ez.no/svn/extensions/ezfind/ezp4/trunk@4473 49f50cf4-cce6-0310-bc1e-a21d999f3d8f
  • Loading branch information
patrickallaert committed Mar 4, 2010
1 parent 8f75f6b commit b00dead
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
1 change: 1 addition & 0 deletions doc/changelogs/2.2/unstable/CHANGELOG-2.1.0-to-2.2.0-beta2
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ Changes from 2.1.0final to 2.2.0-beta2
- fixed bug #015562: postQuery and utf-8
- fixed bug #016314: Simple test with products is not indexed
- fixed bug #015993: Boost functions not implemented/removed from eZFind 2.1
- Fixed bug #016278: Schemafile for postgresql is incorrect (multiple primary keys)
2 changes: 0 additions & 2 deletions sql/postgresql/postgresql.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ CREATE TABLE ezfind_elevate_configuration (
PRIMARY KEY (search_query, contentobject_id, language_code)
);

ALTER TABLE ONLY ezfind_elevate_configuration ADD CONSTRAINT ezfind_elevate_configuration_pkey PRIMARY KEY (id);

CREATE INDEX ezfind_elevate_configuration__search_query ON ezfind_elevate_configuration USING btree (search_query);

2 changes: 0 additions & 2 deletions sql/postgresql/schema.sql
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,5 @@ CREATE TABLE ezfind_elevate_configuration (
PRIMARY KEY (search_query, contentobject_id, language_code)
);

ALTER TABLE ONLY ezfind_elevate_configuration ADD CONSTRAINT ezfind_elevate_configuration_pkey PRIMARY KEY (id);

CREATE INDEX ezfind_elevate_configuration__search_query ON ezfind_elevate_configuration USING btree (search_query);

0 comments on commit b00dead

Please sign in to comment.