Added experimental upgrade path from 3.0
authorAlexander Ebert <ebert@woltlab.com>
Thu, 11 Jan 2018 12:37:27 +0000 (13:37 +0100)
committerAlexander Ebert <ebert@woltlab.com>
Thu, 11 Jan 2018 12:37:27 +0000 (13:37 +0100)
package.xml

index 7510cb38d5a897eef3d5e310cfabad94f7720d73..2f5635bc605702560e1fe4c192fb13921addbc1a 100644 (file)
                <instruction type="page" />
        </instructions>
        
-       <!-- TODO: upgrade path for 3.0 -->
+       <instructions type="update" fromversion="3.0.*">
+               <instruction type="file" />
+               <instruction type="template" />
+               
+               <instruction type="script" run="standalone">acp/update_com.woltlab.wcf.conversation_3.1_addColumn.php</instruction>
+               
+               <instruction type="sql">update_3.1.sql</instruction>
+               
+               <instruction type="language" />
+               
+               <instruction type="option" />
+               <instruction type="userGroupOption" />
+       </instructions>
        
        <instructions type="update" fromversion="3.1.0 Beta 5">
                <instruction type="file">files_update.tar</instruction>