diff options
Diffstat (limited to 'schema/changelog-5.3.xml')
-rw-r--r-- | schema/changelog-5.3.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/schema/changelog-5.3.xml b/schema/changelog-5.3.xml index 2021fe6c7..1e5a6005a 100644 --- a/schema/changelog-5.3.xml +++ b/schema/changelog-5.3.xml @@ -24,10 +24,10 @@ <column autoIncrement="true" name="id" type="INT"> <constraints primaryKey="true" /> </column> - <column name="publickey" type="BLOB"> + <column name="publickey" type="MEDIUMBLOB"> <constraints nullable="false" /> </column> - <column name="privatekey" type="BLOB"> + <column name="privatekey" type="MEDIUMBLOB"> <constraints nullable="false" /> </column> </createTable> |