liquid_feedback_core

diff core.sql @ 522:2f1c06608def

Fixed functions "delete_member" and "delete_private_data" to properly handle NULL constraints of "member" table
author jbe
date Wed May 04 21:49:25 2016 +0200 (2016-05-04)
parents 65bd17395c28
children bc6d9dc60ca4
line diff
     1.1 --- a/core.sql	Wed May 04 21:47:29 2016 +0200
     1.2 +++ b/core.sql	Wed May 04 21:49:25 2016 +0200
     1.3 @@ -5097,9 +5097,9 @@
     1.4          "notify_email_secret"          = NULL,
     1.5          "notify_email_secret_expiry"   = NULL,
     1.6          "notify_email_lock_expiry"     = NULL,
     1.7 -        "disable_notifications"        = NULL,
     1.8 -        "notification_counter"         = NULL,
     1.9 -        "notification_sample_size"     = NULL,
    1.10 +        "disable_notifications"        = TRUE,
    1.11 +        "notification_counter"         = DEFAULT,
    1.12 +        "notification_sample_size"     = 0,
    1.13          "notification_dow"             = NULL,
    1.14          "notification_hour"            = NULL,
    1.15          "login_recovery_expiry"        = NULL,
    1.16 @@ -5170,9 +5170,9 @@
    1.17          "notify_email_secret"          = NULL,
    1.18          "notify_email_secret_expiry"   = NULL,
    1.19          "notify_email_lock_expiry"     = NULL,
    1.20 -        "disable_notifications"        = NULL,
    1.21 -        "notification_counter"         = NULL,
    1.22 -        "notification_sample_size"     = NULL,
    1.23 +        "disable_notifications"        = TRUE,
    1.24 +        "notification_counter"         = DEFAULT,
    1.25 +        "notification_sample_size"     = 0,
    1.26          "notification_dow"             = NULL,
    1.27          "notification_hour"            = NULL,
    1.28          "login_recovery_expiry"        = NULL,

Impressum / About Us