Skip to content

Commit

Permalink
TRUNK-2999 Removed update concept index task
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Jul 18, 2014
1 parent 2d28a62 commit 14c3557
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions api/src/main/resources/liquibase-update-to-latest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8407,5 +8407,12 @@
</comment>
<dropTable tableName="concept_word"/>
</changeSet>

<changeSet id="20140718-TRUNK-2999-remove_update_concept_index_task" author="rkorytkowski">
<comment>Deleting the update concept index task</comment>
<delete tableName="scheduler_task_config">
<where>schedulable_class = 'org.openmrs.scheduler.tasks.ConceptIndexUpdateTask'</where>
</delete>
</changeSet>

</databaseChangeLog>

0 comments on commit 14c3557

Please sign in to comment.