From: Matthias Schmidt Date: Sat, 26 Mar 2016 15:02:11 +0000 (+0100) Subject: Fix indentation in install.sql X-Git-Tag: 3.0.0_Beta_1~1286^2~37 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7638be52a208df40b2fd9c617d78bbf97c3a0dcd;p=GitHub%2FWoltLab%2FWCF.git Fix indentation in install.sql --- diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 9e8412db33..b414024492 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -47,7 +47,7 @@ CREATE TABLE wcf1_acp_menu_item ( showOrder INT(10) NOT NULL DEFAULT 0, permissions TEXT, options TEXT, - icon VARCHAR(255) NOT NULL DEFAULT '', + icon VARCHAR(255) NOT NULL DEFAULT '', UNIQUE KEY menuItem (menuItem, packageID) );