Skip to content

Commit

Permalink
acc: docs - database column constraint alteration for acc_extra_nulla…
Browse files Browse the repository at this point in the history
…ble and cdr_extra_nullable [skip ci]
  • Loading branch information
amessina committed Nov 14, 2020
1 parent 03a1454 commit 9393422
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/modules/acc/doc/acc_admin.xml
Expand Up @@ -634,6 +634,10 @@ modparam("acc", "acc_prepare_always", 1)
set to 0, the value is saved as empty string (the existing behavior).
</para>
<para>
Database columns may need to be altered to DROP NOT NULL constraints
and DROP DEFAULT values in order to accept NULL values.
</para>
<para>
Default value is 0.
</para>
<example>
Expand Down Expand Up @@ -1157,6 +1161,10 @@ modparam("acc", "cdr_extra", "c1=$dlg_var(caller);c2=$dlg_var(callee)"
If set to 1, custom CDR fields not defined in config operation (or set to $null) will be saved as NULL.
</para>
<para>
Database columns may need to be altered to DROP NOT NULL constraints
and DROP DEFAULT values in order to accept NULL values.
</para>
<para>
Default value is 0.
</para>
<example>
Expand Down

0 comments on commit 9393422

Please sign in to comment.