Skip to content

Commit

Permalink
fix: user tags not backed up (#1830)
Browse files Browse the repository at this point in the history
  • Loading branch information
aeharding authored Jan 27, 2025
1 parent 9799f45 commit b66b6fd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/features/settings/general/other/backup/helpers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,5 +73,6 @@ function getSkipTables() {
return without(
db.tables.map((t) => t.name),
"settings",
"userTags",
);
}

0 comments on commit b66b6fd

Please sign in to comment.