Fixing typo on index for rqp type (bug 3547)
This commit is contained in:
@@ -418,7 +418,7 @@ CREATE TABLE prefix_quiz_rqp_types (
|
||||
flags integer NOT NULL default '0'
|
||||
);
|
||||
|
||||
CREATE UNIQUE INDEX prefix_quiz_rqp_type_name_uk ON prefix_quiz_rqp_type (name);
|
||||
CREATE UNIQUE INDEX prefix_quiz_rqp_type_name_uk ON prefix_quiz_rqp_types (name);
|
||||
|
||||
|
||||
# --------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user