Uploaded image for project: 'OpenMRS Core'
  1. OpenMRS Core
  2. TRUNK-4737

Remove liquibase changeset that doesn't belong

    XMLWordPrintable

Details

    • Bug
    • Status: Closed
    • Should
    • Resolution: Fixed
    • None
    • Platform 2.0.0
    • None

    Description

      This liquibase changeset doesn't belong in openmrs-core's liquibase-update-to-latest.xml. It should be removed:

      	<changeSet id="20111218-2274" author="gsluthra">
      		<preConditions onFail="MARK_RAN">
      			<sqlCheck expectedResult="1">
      				select count(*) from concept_description where concept_id = 679 and description = 'Blood test to measure the number of white blood cells.';
      			</sqlCheck>
      		</preConditions>
      		<comment>Fix the description for RBC concept</comment>
      		<update tableName="concept_description">
      			<column name="description" value="Blood test to measure the number of red blood cells."/>
      			<where>concept_id=679 and description='Blood test to measure the number of white blood cells.'</where>
      		</update>
      	</changeSet>
      

      Gliffy Diagrams

        Attachments

          Activity

            People

              alexgg Alexei Grigoriev
              darius Darius Jazayeri
              Votes:
              0 Vote for this issue
              Watchers:
              3 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0 minutes
                  0m
                  Logged:
                  Time Spent - 10 minutes
                  10m