From fe4cd5a07a322b6fe13da286d7d8c82690e5cedc Mon Sep 17 00:00:00 2001 From: Philipp Spitzer Date: Sun, 28 Jun 2020 21:40:42 +0200 Subject: [PATCH] Remove comment about "foreign key constraint fails". Because: * Doesn't happen anymore. * Wouldn't help. --- tests/testdb.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/testdb.md b/tests/testdb.md index 1a9da8d..c8d2014 100644 --- a/tests/testdb.md +++ b/tests/testdb.md @@ -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, -- 2.39.5