You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/chat/src/Bridge/Doctrine/CHANGELOG.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,11 @@
1
1
CHANGELOG
2
2
=========
3
3
4
+
0.8
5
+
---
6
+
7
+
*[BC BREAK]`DoctrineDbalMessageStore::save()` now upserts a single row instead of inserting a new row on every call; the table schema changed from `(id, messages, added_at)` to `(messages, updated_at)`
0 commit comments