diff options
Diffstat (limited to 'schema/changelog-4.0-clean.xml')
-rw-r--r-- | schema/changelog-4.0-clean.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/changelog-4.0-clean.xml b/schema/changelog-4.0-clean.xml index 96490a3f0..0f3f694ba 100644 --- a/schema/changelog-4.0-clean.xml +++ b/schema/changelog-4.0-clean.xml @@ -6,8 +6,8 @@ http://www.liquibase.org/xml/ns/dbchangelog/dbchangelog-3.6.xsd" logicalFilePath="changelog-4.0-clean"> - <property name="blob.type" value="BLOB" dbms="h2,mysql,mssql,oracle"/> - <property name="blob.type" value="bytea" dbms="postgresql"/> + <property name="blob.type" value="BLOB" dbms="h2,mysql,mssql,oracle" /> + <property name="blob.type" value="bytea" dbms="postgresql" /> <changeSet author="author" id="changelog-4.0-clean"> |