# HG changeset patch # User jbe # Date 1345393917 -7200 # Node ID a00b58b7a510af3573b9fb6123d4713da87bb941 # Parent 3ac4a5664f5c8cdafb43552d6474888ea68cda76 Included changed comment on function "delete_private_data"() in core-update.v2.0.11-v2.1.0.sql diff -r 3ac4a5664f5c -r a00b58b7a510 update/core-update.v2.0.11-v2.1.0.sql --- a/update/core-update.v2.0.11-v2.1.0.sql Sun Aug 19 18:16:47 2012 +0200 +++ b/update/core-update.v2.0.11-v2.1.0.sql Sun Aug 19 18:31:57 2012 +0200 @@ -144,4 +144,6 @@ END; $$; +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.'; + COMMIT;