Another fix for choice for pg. We now install cleanly! Woohoo!

This commit is contained in:
mjollnir_ 2005-04-19 23:27:33 +00:00
parent 31c0603dc8
commit f3799277d7

View File

@ -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`