<?xml version="1.0"?>
<CLSSDBExtendInfo xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  <HasExtended>true</HasExtended>
  <LocalLogDbHasExtended>true</LocalLogDbHasExtended>
  <DBExtendInfoList>
    <T_DBExtendInfo>
      <type>Column</type>
      <tableName>LOG</tableName>
      <columnName>SoftwareType</columnName>
      <extendSQL>ALTER TABLE LOG ADD SoftwareType INTEGER;</extendSQL>
      <updateSQLListNormal>
        <string>UPDATE LOG SET SoftwareType = 1;</string>
      </updateSQLListNormal>
    </T_DBExtendInfo>
  </DBExtendInfoList>
</CLSSDBExtendInfo>