Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Leave no hole in db schema version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
tsegismont committed Aug 27, 2014
1 parent e8360e0 commit 716f894
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/core/dbutils/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<description>Database schema setup, upgrade and other utilities</description>

<properties>
<db.schema.version>2.160</db.schema.version>
<db.schema.version>2.159</db.schema.version>
<rhq.ds.type-mapping>${rhq.test.ds.type-mapping}</rhq.ds.type-mapping>
<rhq.ds.server-name>${rhq.test.ds.server-name}</rhq.ds.server-name>
<rhq.ds.db-name>${rhq.test.ds.db-name}</rhq.ds.db-name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2512,7 +2512,7 @@
</schema-directSQL>
</schemaSpec>

<schemaSpec version="2.159">
<schemaSpec version="2.158">
<schema-directSQL ignoreError="true">
<statement desc="Repair RHQ_MEASUREMENT_BLINE by removing duplicates prior to creating the unique index.">
DELETE FROM rhq_measurement_bline WHERE (id, schedule_id) NOT IN
Expand All @@ -2528,7 +2528,7 @@
</schema-directSQL>
</schemaSpec>

<schemaSpec version="2.160">
<schemaSpec version="2.159">
<!-- BZ 1070257 + 911432 -->
<schema-alterColumn table="RHQ_ALERT_CONDITION_LOG" column="VALUE" columnType="VARCHAR2" precision="4000" />
</schemaSpec>
Expand Down

0 comments on commit 716f894

Please sign in to comment.