Preparing update 2.0.0 Beta 3
authorAlexander Ebert <ebert@woltlab.com>
Thu, 18 Jul 2013 00:53:45 +0000 (02:53 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 18 Jul 2013 00:53:45 +0000 (02:53 +0200)
package.xml
update_b3.sql [new file with mode: 0644]

index dbebe51bfffceb1c68d36c3a71009e57cf8739f1..2bf328ed191f31b131696204e385871b5b609d22 100644 (file)
@@ -3,8 +3,8 @@
        <packageinformation>
                <packagename>User Conversation System</packagename>
                <packagedescription>Private conversations between multiple users</packagedescription>
-               <version>2.0.0 Beta 2</version>
-               <date>2013-06-19</date>
+               <version>2.0.0 Beta 3</version>
+               <date>2013-07-18</date>
        </packageinformation>
        
        <authorinformation>
@@ -13,7 +13,7 @@
        </authorinformation>
        
        <requiredpackages>
-               <requiredpackage minversion="2.0.0 Beta 4">com.woltlab.wcf</requiredpackage>
+               <requiredpackage minversion="2.0.0 Beta 5">com.woltlab.wcf</requiredpackage>
        </requiredpackages>
        
        <instructions type="install">
                <instruction type="eventListener">eventListener.xml</instruction>
        </instructions>
        
-       <instructions type="update" fromversion="2.0.0 Beta 1">
+       <instructions type="update" fromversion="2.0.0 Beta 2">
                <instruction type="file">files_update.tar</instruction>
                <instruction type="language">language/*.xml</instruction>
                <instruction type="template">templates_update.tar</instruction>
+               <instruction type="sql">update_b3.sql</instruction>
+               
+               <instruction type="objectType">objectType.xml</instruction>
        </instructions>
 </package>
diff --git a/update_b3.sql b/update_b3.sql
new file mode 100644 (file)
index 0000000..e1c59e9
--- /dev/null
@@ -0,0 +1,2 @@
+/* a9bfc5b */
+ALTER TABLE wcf1_conversation_to_user ADD username VARCHAR(255) NOT NULL DEFAULT '';
\ No newline at end of file