Fixing typo on index for rqp type (bug 3547)

This commit is contained in:
mjollnir_
2005-06-19 21:27:57 +00:00
parent 33c895943e
commit 32321469bc
+1 -1
View File
@@ -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);
# --------------------------------------------------------