![]() |
Undelete archived test
Task: get back test that has been archived DISCLAIMER: This script has been tested by MWX engineers. This script is provided without any warranty. Do back up you database before using this script.Step 1. Get the test_id of the archived test. SELECT test_id FROM tests WHERE test_name = '<test_that_just_got_archived>'; Step 2. Undelete test UPDATE Tests SET state = 1 WHERE test_id = <test_id>;
|
||||||||||||||||||||||||
| Answer not found here? Write us! |
|
EDUTIZER E-TRAINING ENVIRONMENT A MINDWORKS PRODUCT © MINDWORKS INDUSTRIES 2000-2010 |
![]() |
|