From: Alexander Ebert Date: Sat, 18 May 2013 16:38:13 +0000 (+0200) Subject: Preparing update 2.0.0 Beta 1 X-Git-Tag: 2.0.0_Beta_1~158^2~4 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=b6a7af511d54b4882b544c99d039ac1e7044114e;p=GitHub%2FWoltLab%2FWCF.git Preparing update 2.0.0 Beta 1 --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 8f54d6281e..b56d78f7b4 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -5,8 +5,8 @@ Free web-framework, designed and developed for complex community applications. Freies Web-Framework, das für komplexe Community-Anwendungen entworfen und entwickelt wurde. 1 - 2.0.0 Alpha 1 - 2011-05-19 + 2.0.0 Beta 1 + 2013-05-18 @@ -30,4 +30,16 @@ acpSearchProvider.xml woltlab-basic-style.tgz + + + acptemplates.tar + files.tar + template.tar + + acpMenu.xml + clipboardAction.xml + coreObject.xml + option.xml + userGroupOption.xml + diff --git a/com.woltlab.wcf/update_b1.sql b/com.woltlab.wcf/update_b1.sql new file mode 100644 index 0000000000..0509a83de2 --- /dev/null +++ b/com.woltlab.wcf/update_b1.sql @@ -0,0 +1,7 @@ +/* 6570e38 */ +ALTER TABLE wcf1_template DROP COLUMN obsolete; +ALTER TABLE wcf1_template ADD COLUMN lastModificationTime INT(10) NOT NULL DEFAULT 0; + +ALTER TABLE wcf1_template_group CHANGE parentTemplateGroupID INT(10) NULL; + +ALTER TABLE wcf1_template_group ADD FOREIGN KEY (parentTemplateGroupID) REFERENCES wcf1_template_group (templateGroupID) ON DELETE SET NULL; \ No newline at end of file