From 685e22a6a171e8df17ea934c50b7857f7429ebe5 Mon Sep 17 00:00:00 2001 From: Frank Louwers Date: Thu, 18 Apr 2019 17:12:19 +0200 Subject: [PATCH] Fix typo --- modules/gmysqlbackend/enable-foreign-keys.mysql.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/gmysqlbackend/enable-foreign-keys.mysql.sql b/modules/gmysqlbackend/enable-foreign-keys.mysql.sql index 391936c00..8f746f8dc 100644 --- a/modules/gmysqlbackend/enable-foreign-keys.mysql.sql +++ b/modules/gmysqlbackend/enable-foreign-keys.mysql.sql @@ -3,7 +3,7 @@ Using this SQL causes Mysql to create foreign keys on your database. This will make sure that no records, comments or keys exists for domains that you already removed. This is not enabled by default, because we're not sure what the consequences are from a performance point of view. If you do have feedback, -please let us know how this effects your setup. +please let us know how this affects your setup. Please note that it's not possible to apply this, before you cleaned up your database, as the foreign keys do not exist. -- 2.40.0