Parcourir la source

Update docs/user_guide/install_tripal/upgrade_from_tripal2.rst

Co-Authored-By: spficklin <spficklin@gmail.com>
Abdullah Almsaeed il y a 5 ans
Parent
commit
236a8ffdda
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/user_guide/install_tripal/upgrade_from_tripal2.rst

+ 1 - 1
docs/user_guide/install_tripal/upgrade_from_tripal2.rst

@@ -198,7 +198,7 @@ You can avoid this problem by clearing out the Drupal search tables byu executin
 
 .. code-block:: sql
 
-    db_query('TRUNCATE {search_total}')
+    TRUNCATE search_total;
     db_query('TRUNCATE {search_index}')