From 08bd8dedfb509153a25f5365519d07ad0e486ebf Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 11 Jan 2018 14:00:37 +0100 Subject: [PATCH] Fixed update query --- com.woltlab.wcf/update_3.1_3.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/update_3.1_3.sql b/com.woltlab.wcf/update_3.1_3.sql index 4715f0d3b5..352910d1c1 100644 --- a/com.woltlab.wcf/update_3.1_3.sql +++ b/com.woltlab.wcf/update_3.1_3.sql @@ -140,4 +140,4 @@ INSERT INTO wcf1_contact_option (optionID, optionTitle, optionDescription, optio INSERT INTO wcf1_contact_recipient (recipientID, name, email, isAdministrator, originIsSystem) VALUES (1, 'wcf.contact.recipient.name1', '', 1, 1); -- force-enable the visibility of all non-system pages (the page.xml is shortly after and sets the exact values) -ALTER TABLE wcf1_page SET allowSpidersToIndex = 1 WHERE pageType <> 'system'; +UPDATE wcf1_page SET allowSpidersToIndex = 1 WHERE pageType <> 'system'; -- 2.20.1