| 
									
										
										
										
											2022-01-15 22:09:51 +01:00
										 |  |  | UPDATE etapi_tokens SET tokenHash = 'API token hash value';
 | 
					
						
							| 
									
										
										
										
											2023-10-09 23:08:25 +03:00
										 |  |  | UPDATE notes SET title = 'title'
 | 
					
						
							|  |  |  |              WHERE noteId NOT IN ('root', '_hidden', '_share')
 | 
					
						
							|  |  |  |                AND SUBSTR(noteId, 1, 8) != '_options'
 | 
					
						
							|  |  |  |                AND SUBSTR(noteId, 1, 3) != '_lb';
 | 
					
						
							| 
									
										
										
										
											2023-03-16 11:02:07 +01:00
										 |  |  | UPDATE blobs SET content = 'text' WHERE content IS NOT NULL;
 | 
					
						
							| 
									
										
										
										
											2023-06-04 23:01:40 +02:00
										 |  |  | UPDATE revisions SET title = 'title';
 | 
					
						
							| 
									
										
										
										
											2022-01-15 22:09:51 +01:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2023-10-03 23:14:02 +02:00
										 |  |  | UPDATE attributes SET name  = 'name', value = 'value' WHERE type = 'label'
 | 
					
						
							|  |  |  |   AND name NOT IN
 | 
					
						
							|  |  |  |       ('inbox', 'disableVersioning', 'calendarRoot', 'archived', 'excludeFromExport', 'disableInclusion', 'appCss',
 | 
					
						
							|  |  |  |        'appTheme', 'hidePromotedAttributes', 'readOnly', 'autoReadOnlyDisabled', 'cssClass', 'iconClass',
 | 
					
						
							|  |  |  |        'keyboardShortcut', 'run', 'runOnInstance', 'runAtHour', 'customRequestHandler', 'customResourceProvider',
 | 
					
						
							|  |  |  |        'widget', 'noteInfoWidgetDisabled', 'linkMapWidgetDisabled', 'revisionsWidgetDisabled',
 | 
					
						
							|  |  |  |        'whatLinksHereWidgetDisabled', 'similarNotesWidgetDisabled', 'workspace', 'workspaceIconClass',
 | 
					
						
							|  |  |  |        'workspaceTabBackgroundColor', 'workspaceCalendarRoot', 'workspaceTemplate', 'searchHome', 'workspaceInbox',
 | 
					
						
							|  |  |  |        'workspaceSearchHome', 'sqlConsoleHome', 'datePattern', 'pageSize', 'viewType', 'mapRootNoteId',
 | 
					
						
							|  |  |  |        'bookmarkFolder', 'sorted', 'sortDirection', 'sortFoldersFirst', 'sortNatural', 'sortLocale', 'top',
 | 
					
						
							| 
									
										
										
										
											2023-10-08 17:19:32 -04:00
										 |  |  |        'fullContentWidth', 'shareHiddenFromTree', 'shareExternalLink', 'shareOmitDefaultCss', 'shareRoot', 'shareDescription',
 | 
					
						
							| 
									
										
										
										
											2023-10-03 23:14:02 +02:00
										 |  |  |        'shareRaw', 'shareDisallowRobotIndexing', 'shareIndex', 'displayRelations', 'hideRelations', 'titleTemplate',
 | 
					
						
							|  |  |  |        'template', 'toc', 'color', 'keepCurrentHoisting', 'executeButton', 'executeDescription', 'newNotesOnTop',
 | 
					
						
							|  |  |  |        'clipperInbox', 'internalLink', 'imageLink', 'relationMapLink', 'includeMapLink', 'runOnNoteCreation',
 | 
					
						
							|  |  |  |        'runOnNoteTitleChange', 'runOnNoteChange', 'runOnNoteContentChange', 'runOnNoteDeletion', 'runOnBranchCreation',
 | 
					
						
							|  |  |  |        'runOnBranchDeletion', 'runOnChildNoteCreation', 'runOnAttributeCreation', 'runOnAttributeChange', 'template',
 | 
					
						
							| 
									
										
										
										
											2023-10-08 17:19:32 -04:00
										 |  |  |        'inherit', 'widget', 'renderNote', 'shareCss', 'shareJs', 'shareTemplate', 'shareFavicon');
 | 
					
						
							| 
									
										
										
										
											2023-10-03 23:14:02 +02:00
										 |  |  | UPDATE attributes SET name = 'name' WHERE type = 'relation'
 | 
					
						
							|  |  |  |   AND name NOT IN
 | 
					
						
							|  |  |  |       ('inbox', 'disableVersioning', 'calendarRoot', 'archived', 'excludeFromExport', 'disableInclusion', 'appCss',
 | 
					
						
							|  |  |  |        'appTheme', 'hidePromotedAttributes', 'readOnly', 'autoReadOnlyDisabled', 'cssClass', 'iconClass',
 | 
					
						
							|  |  |  |        'keyboardShortcut', 'run', 'runOnInstance', 'runAtHour', 'customRequestHandler', 'customResourceProvider',
 | 
					
						
							|  |  |  |        'widget', 'noteInfoWidgetDisabled', 'linkMapWidgetDisabled', 'revisionsWidgetDisabled',
 | 
					
						
							|  |  |  |        'whatLinksHereWidgetDisabled', 'similarNotesWidgetDisabled', 'workspace', 'workspaceIconClass',
 | 
					
						
							|  |  |  |        'workspaceTabBackgroundColor', 'workspaceCalendarRoot', 'workspaceTemplate', 'searchHome', 'workspaceInbox',
 | 
					
						
							|  |  |  |        'workspaceSearchHome', 'sqlConsoleHome', 'datePattern', 'pageSize', 'viewType', 'mapRootNoteId',
 | 
					
						
							|  |  |  |        'bookmarkFolder', 'sorted', 'sortDirection', 'sortFoldersFirst', 'sortNatural', 'sortLocale', 'top',
 | 
					
						
							| 
									
										
										
										
											2023-10-08 17:19:32 -04:00
										 |  |  |        'fullContentWidth', 'shareHiddenFromTree', 'shareExternalLink', 'shareOmitDefaultCss', 'shareRoot', 'shareDescription',
 | 
					
						
							| 
									
										
										
										
											2023-10-03 23:14:02 +02:00
										 |  |  |        'shareRaw', 'shareDisallowRobotIndexing', 'shareIndex', 'displayRelations', 'hideRelations', 'titleTemplate',
 | 
					
						
							|  |  |  |        'template', 'toc', 'color', 'keepCurrentHoisting', 'executeButton', 'executeDescription', 'newNotesOnTop',
 | 
					
						
							|  |  |  |        'clipperInbox', 'internalLink', 'imageLink', 'relationMapLink', 'includeMapLink', 'runOnNoteCreation',
 | 
					
						
							|  |  |  |        'runOnNoteTitleChange', 'runOnNoteChange', 'runOnNoteContentChange', 'runOnNoteDeletion', 'runOnBranchCreation',
 | 
					
						
							|  |  |  |        'runOnBranchDeletion', 'runOnChildNoteCreation', 'runOnAttributeCreation', 'runOnAttributeChange', 'template',
 | 
					
						
							| 
									
										
										
										
											2023-10-08 17:19:32 -04:00
										 |  |  |        'inherit', 'widget', 'renderNote', 'shareCss', 'shareJs', 'shareTemplate', 'shareFavicon');
 | 
					
						
							| 
									
										
										
										
											2022-01-31 22:09:39 +01:00
										 |  |  | UPDATE branches SET prefix = 'prefix' WHERE prefix IS NOT NULL AND prefix != 'recovered';
 | 
					
						
							| 
									
										
										
										
											2022-01-17 23:47:26 +01:00
										 |  |  | UPDATE options SET value = 'anonymized' WHERE name IN
 | 
					
						
							| 
									
										
										
										
											2023-10-03 23:14:02 +02:00
										 |  |  |       ('documentId', 'documentSecret', 'encryptedDataKey',
 | 
					
						
							|  |  |  |        'passwordVerificationHash', 'passwordVerificationSalt',
 | 
					
						
							|  |  |  |        'passwordDerivedKeySalt', 'username', 'syncServerHost', 'syncProxy')
 | 
					
						
							|  |  |  |   AND value != '';
 | 
					
						
							| 
									
										
										
										
											2022-01-15 22:09:51 +01:00
										 |  |  | 
 | 
					
						
							|  |  |  | VACUUM;
 |