From f3799277d79fcea9f9d571eaa23eaa2ac9909c66 Mon Sep 17 00:00:00 2001 From: mjollnir_ Date: Tue, 19 Apr 2005 23:27:33 +0000 Subject: [PATCH] Another fix for choice for pg. We now install cleanly! Woohoo! --- mod/choice/db/postgres7.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/db/postgres7.sql b/mod/choice/db/postgres7.sql index d8b2d34cbd1..6edac4fcc36 100755 --- a/mod/choice/db/postgres7.sql +++ b/mod/choice/db/postgres7.sql @@ -64,7 +64,7 @@ CREATE TABLE prefix_choice_options ( timemodified integer NOT NULL default '0' ); -CREATE INDEX prefix_choice_answers_choice_idx ON prefix_choice_answers (choice); +CREATE INDEX prefix_choice_options_choice_idx ON prefix_choice_options (choiceid); # # Dumping data for table `log_display`