Added field to versioning table needed by new versioning table (to be committed later)

This commit is contained in:
gustav_delius
2006-02-12 15:28:17 +00:00
parent d40d8ef7b1
commit 162cbee229
5 changed files with 13 additions and 1 deletions

View File

@@ -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'
);