X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/fe4cd5a07a322b6fe13da286d7d8c82690e5cedc..354ef5345f526f590c074c300fbc304a5f8fbed4:/tests/testdb.md diff --git a/tests/testdb.md b/tests/testdb.md index c8d2014..a0ce7d9 100644 --- a/tests/testdb.md +++ b/tests/testdb.md @@ -80,7 +80,11 @@ watchlist ; ``` -Should remain: +The command + + show tables; + +should show the following remaining tables: ``` categorylinks page @@ -175,11 +179,11 @@ Drop entries from Winterrodeln related tables: DELETE FROM wrreport; DELETE FROM wrsledruncache; DELETE FROM wrinncache; -DELETE FROM wrregion; DELETE FROM wrregioncache; +DELETE FROM wrregion; ``` Export data to SQL: - mysqldump philipp_winterrodeln_wiki --skip-extended-insert --skip-add-locks > philipp_winterrodeln_wiki.sql \ No newline at end of file + mysqldump philipp_winterrodeln_wiki --skip-extended-insert --skip-add-locks > testdb.sql