UPDATE db_version SET status=0; 

INSERT INTO db_version (version, status, date_created) 
  VALUES ('1.9.3', 1, CURRENT_DATE);