aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schema/changelog-4.0-clean.xml5
1 files changed, 1 insertions, 4 deletions
diff --git a/schema/changelog-4.0-clean.xml b/schema/changelog-4.0-clean.xml
index cdf731c34..0bdcc41e5 100644
--- a/schema/changelog-4.0-clean.xml
+++ b/schema/changelog-4.0-clean.xml
@@ -6,9 +6,6 @@
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" />
-
<changeSet author="author" id="changelog-4.0-clean">
<preConditions onFail="MARK_RAN">
@@ -42,7 +39,7 @@
<column name="name" type="VARCHAR(128)">
<constraints nullable="false" />
</column>
- <column name="data" type="${blob.type}">
+ <column name="data" type="MEDIUMBLOB">
<constraints nullable="false" />
</column>
<column name="attributes" type="VARCHAR(4000)">