diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2022-09-18 10:49:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-18 10:49:28 -0700 |
commit | b118bd4cc8a64e768370ef19061e0f968136cf18 (patch) | |
tree | 0f88d08b2e51d5285dde5ed7acdace5293be8373 /schema/changelog-5.3.xml | |
parent | d55ae464806430ee57bbd56737f024ead95748a2 (diff) | |
parent | 8532bffcec8e239c6699845e09e63da927f51d9a (diff) | |
download | trackermap-server-b118bd4cc8a64e768370ef19061e0f968136cf18.tar.gz trackermap-server-b118bd4cc8a64e768370ef19061e0f968136cf18.tar.bz2 trackermap-server-b118bd4cc8a64e768370ef19061e0f968136cf18.zip |
Merge branch 'master' into g1rus-dev
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> |