Fix incorrect PostgreSQL column type for new columns introduced in table `vmail.mailbox`.

This commit is contained in:
Zhang Huangbin 2021-09-13 10:38:07 +08:00
parent 698c812d13
commit 4f9ff792dd
2 changed files with 4 additions and 0 deletions

View File

@ -10,6 +10,8 @@
## ChangeLog
* Sep 13, 2021: Fix incorrect PostgreSQL column type for new columns introduced
in table `vmail.mailbox`.
* Sep 08, 2021: initial release.
## General (All backends should apply these changes)

View File

@ -58,6 +58,8 @@ check <a href="https://www.iredmail.org/support.html">the details</a> and
</div>
<h2 id="changelog">ChangeLog</h2>
<ul>
<li>Sep 13, 2021: Fix incorrect PostgreSQL column type for new columns introduced
in table <code>vmail.mailbox</code>.</li>
<li>Sep 08, 2021: initial release.</li>
</ul>
<h2 id="general-all-backends-should-apply-these-changes">General (All backends should apply these changes)</h2>