
| Key: |
MDL-17608
|
| Type: |
Task
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Minor
|
| Assignee: |
Tim Hunt
|
| Reporter: |
Tim Hunt
|
| Votes: |
0
|
| Watchers: |
2
|
|
|
|
It is a legacy of an aborted attempt to introduce question versioning. It is just a waste of space.
|
|
Description
|
It is a legacy of an aborted attempt to introduce question versioning. It is just a waste of space. |
Show » |
made changes - 06/Jan/09 02:20 PM
| Field |
Original Value |
New Value |
|
Status
|
Open
[ 1
]
|
Resolved
[ 5
]
|
|
Resolution
|
|
Fixed
[ 1
]
|
tjhunt committed 6 files to 'Moodle CVS' - 06/Jan/09 02:20 PM
question bank database: MDL-17608 Drop originalquestion field from the question_states table - it was never used for anything.
|
|
|
|
SELECT * FROM mdl_question_states WHERE originalquestion <> 0;
against a number of real sites to help confirm that the originalquestion field was really never used, before I drop it. Thanks.