17 lines
492 B
XML
17 lines
492 B
XML
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
|
|
||
|
|
<!--
|
||
|
|
Document : config.xml
|
||
|
|
Created on : 01 July 2009, 9:57 AM
|
||
|
|
Author : KnowledgeTree Team
|
||
|
|
Description: Migrateer steps
|
||
|
|
-->
|
||
|
|
|
||
|
|
<migrate version="3.7" type="Community Edition">
|
||
|
|
<steps>
|
||
|
|
<step name="Current Installation">installation</step>
|
||
|
|
<step name="Deactivate Services">services</step>
|
||
|
|
<step name="Database Migration">database</step>
|
||
|
|
<step name="Complete">complete</step>
|
||
|
|
</steps>
|
||
|
|
</migrate>
|