mirror of
https://github.com/zadam/trilium.git
synced 2025-11-15 17:55:52 +01:00
renaming attributes to labels, fixes #79
This commit is contained in:
@@ -233,7 +233,7 @@ async function runAllChecks() {
|
||||
await runSyncRowChecks("recent_notes", "branchId", errorList);
|
||||
await runSyncRowChecks("images", "imageId", errorList);
|
||||
await runSyncRowChecks("note_images", "noteImageId", errorList);
|
||||
await runSyncRowChecks("attributes", "attributeId", errorList);
|
||||
await runSyncRowChecks("labels", "labelId", errorList);
|
||||
await runSyncRowChecks("api_tokens", "apiTokenId", errorList);
|
||||
|
||||
if (errorList.length === 0) {
|
||||
|
||||
Reference in New Issue
Block a user