Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
fix on changeset 1.5 - 7 for h2 db
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Sep 2, 2011
1 parent fdf6c46 commit 61affe8
Show file tree
Hide file tree
Showing 45 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -111,9 +111,9 @@
</changeSet>

<changeSet author="aeng@redhat.com" id="7">
<validCheckSum>1484b636bf20f8a55f257622fc9f3cd</validCheckSum>
<comment>Alter glossary entry table - remove srcTermId/add srcLocaleId/add sourceRef</comment>
<dropForeignKeyConstraint baseTableName="HGlossaryEntry" constraintName="UKglossaryEntry_glossaryTerm" />
<dropUniqueConstraint tableName="HGlossaryEntry" constraintName="UKglossaryEntry_glossaryTerm" />

This comment has been minimized.

Copy link
@seanf

seanf Sep 2, 2011

Contributor

What happened to breaking this out into a separate commit which runs only on mysql? Do we still need to drop the unique constraint?

This comment has been minimized.

Copy link
@alex-sl-eng

alex-sl-eng via email Sep 4, 2011

Member
<dropColumn tableName="HGlossaryEntry" columnName="srcTermId" />

<addColumn tableName="HGlossaryEntry">
Expand All @@ -131,7 +131,6 @@
</addColumn>
</changeSet>


<changeSet author="aeng@redhat.com" id="8">
<comment>Alter glossary tables - remove sourceRef/add auto increment</comment>

Expand All @@ -147,6 +146,7 @@
<dropForeignKeyConstraint baseTableName="HTermComment" constraintName="UKtermComment_glossaryTerm" />
</changeSet>




</databaseChangeLog>
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

2 comments on commit 61affe8

@seanf
Copy link
Contributor

@seanf seanf commented on 61affe8 Sep 2, 2011

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are all these PNGs being renamed in a commit named "fix on changeset 1.5 - 7 for h2 db"?

@alex-sl-eng
Copy link
Member

@alex-sl-eng alex-sl-eng commented on 61affe8 Sep 4, 2011 via email

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.