<databaseChangeLog xmlns="http://www.liquibase.org/xml/ns/dbchangelog" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="
            http://www.liquibase.org/xml/ns/dbchangelog http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.1.xsd">

    <!--<changeSet id="solr-search-01-tables" author="marst">-->
    <!--<createTable tableName="acm_solr_filter">-->
    <!--<column name="cm_filter_id" type="NUMBER(32,0)">-->
    <!--<constraints primaryKey="true" primaryKeyName="pk_acm_solr_filter"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_type" type="VARCHAR(512)">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_name" type="VARCHAR(512)">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_title" type="VARCHAR(512)">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_created" type="${timestampType}">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_creator" type="VARCHAR(1024)">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_modified" type="${timestampType}">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--<column name="cm_filter_modifier" type="VARCHAR(1024)">-->
    <!--<constraints nullable="false"/>-->
    <!--</column>-->
    <!--</createTable>-->
    <!--</changeSet>-->

</databaseChangeLog>

