Skip to content

Commit

Permalink
TRUNK-2999 Removed ConceptWord class and table
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 15, 2014
1 parent bbf8d5e commit 4ab3ef0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 311 deletions.
311 changes: 0 additions & 311 deletions api/src/main/java/org/openmrs/ConceptWord.java

This file was deleted.

10 changes: 10 additions & 0 deletions api/src/main/resources/liquibase-update-to-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8397,5 +8397,15 @@
</comment>
<addUniqueConstraint tableName="location_attribute_type" columnNames="name" constraintName="location_attribute_type_unique_name"/>
</changeSet>

<changeSet id="20140715-TRUNK-2999-remove_concept_word" author="rkorytkowski">
<preConditions onFail="MARK_RAN">
<tableExists tableName="concept_word"/>
</preConditions>
<comment>
Removing the concept_word table (replaced by Lucene)
</comment>
<dropTable tableName="concept_word"/>
</changeSet>

</databaseChangeLog>

0 comments on commit 4ab3ef0

Please sign in to comment.