]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - tests/testdb.md
Add table wrreportcache to testdb.sql.
[philipp/winterrodeln/wradmin.git] / tests / testdb.md
index f3e923d4e35618e5ffce2258f779921c4e198fe8..f7756f5ac3317e2c13994c1b4b68a2eff630e3d8 100644 (file)
@@ -13,7 +13,6 @@ wrintermapsreporthistory,
 wrintermapssledrun,
 wrmappathcache,
 wrmappointcache,
-wrreportcache,
 
 account_credentials,
 account_requests,
@@ -95,6 +94,7 @@ wrinncache
 wrregion
 wrregioncache
 wrreport
+wrreportcache,
 wrsledruncache
 ```
 
@@ -176,6 +176,7 @@ DELETE FROM `user` WHERE user_id != 0;
 Drop entries from Winterrodeln related tables:
 
 ```{sql}
+DELETE FROM wrreportcache;
 DELETE FROM wrreport;
 DELETE FROM wrsledruncache;
 DELETE FROM wrinncache;