acc: docs - database column constraint alteration for acc_extra_nulla…
... | ... |
@@ -634,6 +634,10 @@ modparam("acc", "acc_prepare_always", 1) |
634 | 634 |
set to 0, the value is saved as empty string (the existing behavior). |
635 | 635 |
</para> |
636 | 636 |
<para> |
637 |
+ Database columns may need to be altered to DROP NOT NULL constraints |
|
638 |
+ and DROP DEFAULT values in order to accept NULL values. |
|
639 |
+ </para> |
|
640 |
+ <para> |
|
637 | 641 |
Default value is 0. |
638 | 642 |
</para> |
639 | 643 |
<example> |
... | ... |
@@ -1157,6 +1161,10 @@ modparam("acc", "cdr_extra", "c1=$dlg_var(caller);c2=$dlg_var(callee)" |
1157 | 1161 |
If set to 1, custom CDR fields not defined in config operation (or set to $null) will be saved as NULL. |
1158 | 1162 |
</para> |
1159 | 1163 |
<para> |
1164 |
+ Database columns may need to be altered to DROP NOT NULL constraints |
|
1165 |
+ and DROP DEFAULT values in order to accept NULL values. |
|
1166 |
+ </para> |
|
1167 |
+ <para> |
|
1160 | 1168 |
Default value is 0. |
1161 | 1169 |
</para> |
1162 | 1170 |
<example> |