Переглянути джерело

modules: readme files regenerated - acc ... [skip ci]

Kamailio Dev 4 роки тому
батько
коміт
04f301af45
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      src/modules/acc/README

+ 6 - 0
src/modules/acc/README

@@ -795,6 +795,9 @@ modparam("acc", "acc_prepare_always", 1)
    corresponding script variable is not defined or has $null value. If set
    to 0, the value is saved as empty string (the existing behavior).
 
+   Database columns may need to be altered to DROP NOT NULL constraints
+   and DROP DEFAULT values in order to accept NULL values.
+
    Default value is 0.
 
    Example 1.9. acc_extra_nullable example
@@ -1148,6 +1151,9 @@ modparam("acc", "cdr_extra", "c1=$dlg_var(caller);c2=$dlg_var(callee)"
    not defined in config operation (or set to $null) will be saved as
    NULL.
 
+   Database columns may need to be altered to DROP NOT NULL constraints
+   and DROP DEFAULT values in order to accept NULL values.
+
    Default value is 0.
 
    Example 1.36. cdr_extra_nullable example