liquid_feedback_core

changeset 273:82f0e365f418

Hint in function "delete_private_data" for cases where different data shall be deleted
author jbe
date Thu Aug 09 00:27:38 2012 +0200 (2012-08-09)
parents f9c324f0cfe5
children 9ef1765082a7
files core.sql
line diff
     1.1 --- a/core.sql	Thu Aug 09 00:13:40 2012 +0200
     1.2 +++ b/core.sql	Thu Aug 09 00:27:38 2012 +0200
     1.3 @@ -4474,7 +4474,7 @@
     1.4      END;
     1.5    $$;
     1.6  
     1.7 -COMMENT ON FUNCTION "delete_private_data"() IS 'Used by lf_export script. DO NOT USE on productive database, but only on a copy! This function deletes all data which should not be publicly available, and can be used to create a database dump for publication.';
     1.8 +COMMENT ON FUNCTION "delete_private_data"() IS 'Used by lf_export script. DO NOT USE on productive database, but only on a copy! This function deletes all data which should not be publicly available, and can be used to create a database dump for publication. See source code to see which data is deleted. If you need a different behaviour, copy this function and modify lf_export accordingly, to avoid data-leaks after updating.';
     1.9  
    1.10  
    1.11  

Impressum / About Us