]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blobdiff - tests/testdb.md
Write directly into testdb.sql.
[philipp/winterrodeln/wradmin.git] / tests / testdb.md
index 1a9da8d29638ae8a3854fcaadb15221921bf5e08..9c534233e3fe257565d7ff573cfea12591e82f61 100644 (file)
@@ -5,7 +5,7 @@ First import a "real" database snapshot in a temparary database on a non-product
     mysql philipp_winterrodeln_wiki < philipp_winterrodeln_wiki.sql
 
 
-Delete unnessary tables (execute it a few times until no more "Cannot delete or update a parent row: a foreign key constraint fails" errors occur):
+Delete unnessary tables:
 ```{sql}
 DROP TABLE IF EXISTS
 wrintermapsreport,
@@ -182,4 +182,4 @@ DELETE FROM wrregioncache;
 
 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