Differences From Artifact [5119794593]:
- File src/clone.c — part of check-in [ef112586a0] at 2012-10-31 20:40:17 on branch moderation — Initial infrastructure for adding the ability to moderate Wiki and Ticket changes. (user: drh size: 5832) [more...]
To Artifact [0ef90bcea2]:
- File src/clone.c — part of check-in [45065c5c28] at 2012-11-04 12:59:14 on branch spelling — Fix typos. (user: dmitry size: 5832) [more...]
| ︙ | |||
68 69 70 71 72 73 74 | 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 | - + |
/*
** Delete all private content from a repository.
*/
void delete_private_content(void){
fix_private_blob_dependencies(1);
db_multi_exec(
"DELETE FROM blob WHERE rid IN private;"
|
| ︙ |