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

Commit

Permalink
rhbz980658 drop (empty) temporary blob table
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmason committed Jul 25, 2013
1 parent ca80ef8 commit c8c7320
Showing 1 changed file with 6 additions and 1 deletion.
Expand Up @@ -83,7 +83,7 @@
</changeSet>

<changeSet author="damason@redhat.com" id="3">
<comment>Add temporary table for blobs during migration</comment>
<comment>Add temporary table HRawDocumentContent for blobs during migration</comment>
<createTable tableName="HRawDocumentContent">
<column name="contentLocation" type="longtext">
<constraints nullable="false" />
Expand Down Expand Up @@ -112,4 +112,9 @@
<customChange class="org.zanata.liquibase.custom.MigrateRawDocumentsToFileSystem"/>
</changeSet>

<changeSet author="damason@redhat.com" id="7">
<comment>Remove obsolete HRawDocumentContent table</comment>
<dropTable tableName="HRawDocumentContent" cascadeConstraints="false" />
</changeSet>

</databaseChangeLog>

0 comments on commit c8c7320

Please sign in to comment.