Renaming index to match table (rqp_type) more on 3547

This commit is contained in:
mjollnir_
2005-06-19 21:30:09 +00:00
parent 32321469bc
commit 9d7b35c73c
+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_types (name);
CREATE UNIQUE INDEX prefix_quiz_rqp_types_name_uk ON prefix_quiz_rqp_types (name);
# --------------------------------------------------------