Skip to content

Commit 69a5c29

Browse files
committed
docs: add upgrade note
1 parent d73dc99 commit 69a5c29

2 files changed

Lines changed: 14 additions & 0 deletions

File tree

user_guide_src/source/changelogs/v4.3.4.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ Redirect Status Code
3535
always be used when you don't specify a status code. In previous versions,
3636
302 might be changed.
3737

38+
.. _v434-forge-modifycolumn:
39+
3840
Forge::modifyColumn()
3941
---------------------
4042

user_guide_src/source/installation/upgrade_434.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,18 @@ Redirect Status Code
2525
:ref:`ChangeLog v4.3.4 <v434-redirect-status-code>` and if the code is not
2626
what you want, :ref:`specify status codes <response-redirect-status-code>`.
2727

28+
Forge::modifyColumn() and NULL
29+
==============================
30+
31+
A bug fix may have changed the NULL constraint in the result of
32+
:ref:`$forge->modifyColumn() <db-forge-modifyColumn>`. See
33+
:ref:`Change Log <v434-forge-modifycolumn>`.
34+
To set the desired NULL constraint, change ``Forge::modifyColumn()`` to always
35+
specify the ``null`` value.
36+
37+
Note that the bug may have changed unexpected NULL constraints in previous
38+
versions.
39+
2840
Breaking Enhancements
2941
*********************
3042

0 commit comments

Comments
 (0)