mirror of
				https://github.com/zadam/trilium.git
				synced 2025-11-02 19:36:12 +01:00 
			
		
		
		
	add prefix "_" to "named" IDs
This commit is contained in:
		@@ -13,7 +13,7 @@ function getFullAnonymizationScript() {
 | 
			
		||||
 | 
			
		||||
    const anonymizeScript = `
 | 
			
		||||
UPDATE etapi_tokens SET tokenHash = 'API token hash value';
 | 
			
		||||
UPDATE notes SET title = 'title' WHERE title NOT IN ('root', 'hidden', 'share');
 | 
			
		||||
UPDATE notes SET title = 'title' WHERE title NOT IN ('root', '_hidden', '_share');
 | 
			
		||||
UPDATE note_contents SET content = 'text' WHERE content IS NOT NULL;
 | 
			
		||||
UPDATE note_revisions SET title = 'title';
 | 
			
		||||
UPDATE note_revision_contents SET content = 'text' WHERE content IS NOT NULL;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user