From 5acf37a9fe96485f5fafe55ce3ff13900a180d94 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Mon, 29 Oct 2012 16:57:43 +0100 Subject: [PATCH] Added SQL query for default style --- wcfsetup/setup/db/install.sql | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/wcfsetup/setup/db/install.sql b/wcfsetup/setup/db/install.sql index 259a24a0ac..189e1e2bd1 100644 --- a/wcfsetup/setup/db/install.sql +++ b/wcfsetup/setup/db/install.sql @@ -1022,3 +1022,7 @@ INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('useFluidLa INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('pageLogo', ''); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('individualLess', ''); INSERT INTO wcf1_style_variable (variableName, defaultValue) VALUES ('overrideLess', ''); + +-- default style +INSERT INTO wcf1_style (styleID, packageID, styleName, templateGroupID, isDefault, disabled, styleDescription, styleVersion, styleDate, image, copyright, license, authorName, authorURL, iconPath, imagePath) VALUES +(1, 1, 'WoltLab Basic', 0, 1, 0, 'The WCF Basic style is the default style of the WCF.', '1.0.0 Alpha 1', '2012-10-29', '', 'WoltLab GmbH', 'GNU Lesser General Public License', 'Alexander Ebert, Matthias Kittsteiner, Harald Szekely, Marcel Werk', 'http://www.woltlab.com', 'icon/', 'images/'), -- 2.20.1