mirror of
https://github.com/zadam/trilium.git
synced 2025-11-05 04:45:47 +01:00
more cleanup of labels and relations from backend, dropping tables from db
This commit is contained in:
@@ -223,7 +223,7 @@ async function runAllChecks() {
|
||||
await runSyncRowChecks("recent_notes", "branchId", errorList);
|
||||
await runSyncRowChecks("images", "imageId", errorList);
|
||||
await runSyncRowChecks("note_images", "noteImageId", errorList);
|
||||
await runSyncRowChecks("labels", "labelId", errorList);
|
||||
await runSyncRowChecks("attributes", "attributeId", errorList);
|
||||
await runSyncRowChecks("api_tokens", "apiTokenId", errorList);
|
||||
|
||||
if (errorList.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user