From: Alexander Ebert Date: Sun, 1 Feb 2015 16:56:41 +0000 (+0100) Subject: Added update SQL and fixed name X-Git-Tag: 2.1.0_Beta_4~12 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=1721faafbfbe0b5c248be37341b36bfb3918a489;p=GitHub%2FWoltLab%2FWCF.git Added update SQL and fixed name --- diff --git a/com.woltlab.wcf/package.xml b/com.woltlab.wcf/package.xml index 94b3e47602..e6b506e393 100644 --- a/com.woltlab.wcf/package.xml +++ b/com.woltlab.wcf/package.xml @@ -96,6 +96,7 @@ language/*.xml + update_2.1.0_beta_4.sql option.xml userMenu.xml diff --git a/com.woltlab.wcf/update_2.1.0_Alpha_4.sql b/com.woltlab.wcf/update_2.1.0_Alpha_4.sql deleted file mode 100644 index 5fcd77b468..0000000000 --- a/com.woltlab.wcf/update_2.1.0_Alpha_4.sql +++ /dev/null @@ -1 +0,0 @@ -ALTER TABLE wcf1_user_menu_item ADD iconClassName VARCHAR(255) NOT NULL DEFAULT ''; diff --git a/com.woltlab.wcf/update_2.1.0_beta_4.sql b/com.woltlab.wcf/update_2.1.0_beta_4.sql new file mode 100644 index 0000000000..5fcd77b468 --- /dev/null +++ b/com.woltlab.wcf/update_2.1.0_beta_4.sql @@ -0,0 +1 @@ +ALTER TABLE wcf1_user_menu_item ADD iconClassName VARCHAR(255) NOT NULL DEFAULT '';