1
0
Files
pawkey-sk/packages/backend
dakkar 219c7fa6ec always preserve old text when editing a note
before this change:

* create a note, with text
  * `note` has a row with the text
	* `note_edit` doesn't have any matching row
* edit the note, removing all the text
  * the row in `note` has the new, empty, text
	* `note_edit` has a matching row, but its `oldText` is NULL

so the original text is lost

after this change, the row in `note_edit` always keeps the previous
text
2023-11-02 14:28:23 +00:00
..
2022-04-15 21:33:00 +09:00
2023-11-01 12:39:07 +01:00
2023-10-31 19:33:24 +01:00
2023-11-01 12:39:07 +01:00
2021-11-12 10:35:41 +09:00
2022-09-20 01:04:08 +09:00
2023-10-08 20:54:24 +02:00
2023-10-13 17:58:11 +02:00
2021-11-12 10:35:41 +09:00
2023-02-07 19:50:38 +09:00
2023-11-01 12:39:07 +01:00
chore: ✌️
2022-12-24 14:39:17 +09:00
2023-09-04 13:33:38 +09:00