From b6a7af511d54b4882b544c99d039ac1e7044114e Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 18 May 2013 18:38:13 +0200 Subject: [PATCH] Preparing update 2.0.0 Beta 1 --- com.woltlab.wcf/package.xml | 16 ++++++++++++++-- com.woltlab.wcf/update_b1.sql | 7 +++++++ 2 files changed, 21 insertions(+), 2 deletions(-) create mode 100644 com.woltlab.wcf/update_b1.sql 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 -- 2.20.1