mirror of
https://github.com/moodle/moodle.git
synced 2025-07-25 08:11:39 +02:00
Added field to versioning table needed by new versioning table (to be committed later)
This commit is contained in:
@@ -334,6 +334,7 @@ CREATE TABLE prefix_quiz_question_versions (
|
||||
quiz integer NOT NULL default '0',
|
||||
oldquestion integer NOT NULL default '0',
|
||||
newquestion integer NOT NULL default '0',
|
||||
originalquestion integer NOT NULL default '0',
|
||||
userid integer NOT NULL default '0',
|
||||
timestamp integer NOT NULL default '0'
|
||||
);
|
||||
|
Reference in New Issue
Block a user