<?xml version="1.0" encoding="utf-8"?>

<!DOCTYPE change
  SYSTEM "../../../../../lib/tools/dtd/DatabaseChangeDefinition2.0.dtd">
<change>
  <table-name>Comment</table-name>
  <schema-from>
    <schema-major>1</schema-major>
    <schema-minor>0</schema-minor>
  </schema-from>
  <schema-to>
    <schema-major>1</schema-major>
    <schema-minor>1</schema-minor>
  </schema-to>
  <remove>
    <!-- MySQL index name was out of date -->
    <index name_mysql="DB_COLUMN_PREFIXdate">
      <column-name>date</column-name>
    </index>
  </remove>
  <add>
    <index>
      <column-name>date</column-name>
    </index>
  </add>
</change>
