]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - tests/testdb.md
Optimize order of delete from statement.
[philipp/winterrodeln/wradmin.git] / tests / testdb.md
index 9c534233e3fe257565d7ff573cfea12591e82f61..a0ce7d9e35870a3448b600d131246588f3371a73 100644 (file)
@@ -80,7 +80,11 @@ watchlist
 ;
 ```
 
 ;
 ```
 
-Should remain:
+The command
+
+    show tables;
+
+should show the following remaining tables:
 ```
 categorylinks
 page
 ```
 categorylinks
 page
@@ -175,8 +179,8 @@ Drop entries from Winterrodeln related tables:
 DELETE FROM wrreport;
 DELETE FROM wrsledruncache;
 DELETE FROM wrinncache;
 DELETE FROM wrreport;
 DELETE FROM wrsledruncache;
 DELETE FROM wrinncache;
-DELETE FROM wrregion;
 DELETE FROM wrregioncache;
 DELETE FROM wrregioncache;
+DELETE FROM wrregion;
 ```
 
 
 ```