fixed typo
This commit is contained in:
@@ -92,7 +92,7 @@ CREATE TABLE prefix_quiz_categories (
|
||||
publish integer NOT NULL default '0',
|
||||
stamp varchar(255) NOT NULL default '',
|
||||
parent integer NOT NULL default '0',
|
||||
sortorder integer NOT NULL default '999',
|
||||
sortorder integer NOT NULL default '999'
|
||||
);
|
||||
|
||||
CREATE INDEX prefix_quiz_categories_course_idx ON prefix_quiz_categories (course);
|
||||
|
||||
Reference in New Issue
Block a user