mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
Another fix for choice for pg. We now install cleanly! Woohoo!
This commit is contained in:
parent
31c0603dc8
commit
f3799277d7
@ -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`
|
||||
|
Loading…
x
Reference in New Issue
Block a user