liquid_feedback_core

changeset 206:e14cb823f107

Use "invite_code" column instead of "invite_code" table in function "delete_private_data"
author jbe
date Mon Nov 14 13:48:22 2011 +0100 (2011-11-14)
parents eee75cff3e5a
children 73d358fe20c7
files core.sql
line diff
     1.1 --- a/core.sql	Mon Oct 24 20:58:15 2011 +0200
     1.2 +++ b/core.sql	Mon Nov 14 13:48:22 2011 +0100
     1.3 @@ -4105,6 +4105,7 @@
     1.4    LANGUAGE 'plpgsql' VOLATILE AS $$
     1.5      BEGIN
     1.6        UPDATE "member" SET
     1.7 +        "invite_code"                  = NULL,
     1.8          "last_login"                   = NULL,
     1.9          "login"                        = NULL,
    1.10          "password"                     = NULL,
    1.11 @@ -4130,7 +4131,6 @@
    1.12          "external_posts"               = NULL,
    1.13          "statement"                    = NULL;
    1.14        -- "text_search_data" is updated by triggers
    1.15 -      DELETE FROM "invite_code";
    1.16        DELETE FROM "setting";
    1.17        DELETE FROM "setting_map";
    1.18        DELETE FROM "member_relation_setting";

Impressum / About Us