liquid_feedback_core

changeset 283:a00b58b7a510

Included changed comment on function "delete_private_data"() in core-update.v2.0.11-v2.1.0.sql
author jbe
date Sun Aug 19 18:31:57 2012 +0200 (2012-08-19)
parents 3ac4a5664f5c
children 4f935e989ff6
files update/core-update.v2.0.11-v2.1.0.sql
line diff
     1.1 --- a/update/core-update.v2.0.11-v2.1.0.sql	Sun Aug 19 18:16:47 2012 +0200
     1.2 +++ b/update/core-update.v2.0.11-v2.1.0.sql	Sun Aug 19 18:31:57 2012 +0200
     1.3 @@ -144,4 +144,6 @@
     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. 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.8 +
     1.9  COMMIT;

Impressum / About Us