Added update SQL and fixed name
authorAlexander Ebert <ebert@woltlab.com>
Sun, 1 Feb 2015 16:56:41 +0000 (17:56 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Sun, 1 Feb 2015 16:56:41 +0000 (17:56 +0100)
com.woltlab.wcf/package.xml
com.woltlab.wcf/update_2.1.0_Alpha_4.sql [deleted file]
com.woltlab.wcf/update_2.1.0_beta_4.sql [new file with mode: 0644]

index 94b3e47602cd372fec257f15f4f3d7e2a76f2006..e6b506e39302ea458062d290ce471b6873ad1eb9 100644 (file)
@@ -96,6 +96,7 @@
                
                <instruction type="language" run="standalone">language/*.xml</instruction>
                
+               <instruction type="sql">update_2.1.0_beta_4.sql</instruction>
                <instruction type="option">option.xml</instruction>
                <instruction type="userMenu">userMenu.xml</instruction>
                
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 (file)
index 5fcd77b..0000000
+++ /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 (file)
index 0000000..5fcd77b
--- /dev/null
@@ -0,0 +1 @@
+ALTER TABLE wcf1_user_menu_item ADD iconClassName VARCHAR(255) NOT NULL DEFAULT '';