structure
structure copied to clipboard
Split `updatedAt` into a low-level `updatedAt` and a user-facing `changedAt`
Nearly every DB operation should change updatedAt
including tagging
Only select operations should change changedAt
:
- created
- changed title
- changed note content Would also fix the unexpected behavior where tagging a note changes its position in Recently updated first mode