Edutizer Manuals  
Administrator's Handbook
Edutizer manuals | Administrator handbook | A2 Manage | Various database scripts | Undelete archived test

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>;

Search the handbook

More reading...

Latest articles
Answer not found here? Write us!
  EDUTIZER E-TRAINING ENVIRONMENT
A MINDWORKS PRODUCT

© MINDWORKS INDUSTRIES 2000-2010
powered by MAUI