Browse Source

Minor - add custom fix BT#15511

Julio Montoya 5 years ago
parent
commit
029fa827e7
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/scripts/fix_lp_id_to_iid_v2.php

+ 2 - 0
tests/scripts/fix_lp_id_to_iid_v2.php

@@ -38,6 +38,8 @@ Database::query($sql);
 var_dump($sql);
 error_log($sql);
 
+///update c_lp_item_view set status = 'not attempted', suspend_data = null where iid = 2148;
+
 // end custom changes
 
 $sessions = Database::select('id', Database::get_main_table(TABLE_MAIN_SESSION));