Fixed SQL update
authorAlexander Ebert <ebert@woltlab.com>
Tue, 22 Nov 2016 16:58:52 +0000 (17:58 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Wed, 23 Nov 2016 11:19:16 +0000 (12:19 +0100)
com.woltlab.wcf/update_3.0.0_beta_5.sql

index 27f245fb2387d4d5ed83b662be1eeda78e8c342f..11219174f3830c4cb9409cf91ee32ba3e3f6643b 100644 (file)
@@ -1,2 +1,2 @@
 /* 1fee22a07a7ed2e759bef5a3fb87476576508b60 */
-ALTER TABLE wcf1_style_variable SET defaultValue = '1025px' WHERE variableName = 'wcfLayoutMinWidth';
+UPDATE wcf1_style_variable SET defaultValue = '1025px' WHERE variableName = 'wcfLayoutMinWidth';