Skip to content

Commit

Permalink
chore(client): Add client to patch message for WITHOUT ROWID update…
Browse files Browse the repository at this point in the history
… (#1379)

Added a link to the PR for the change to circumvent the issue of the
patch being assigned to the wrong commit, as I think it's useful for
anyone wanting to figure out why the change was made to be able to see
the description on the PR.
  • Loading branch information
msfstef authored Jun 18, 2024
1 parent ecdd4ab commit b700551
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .changeset/khaki-needles-dream.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
"electric-sql": patch
"@core/electric": patch
---

Remove `WITHOUT ROWID` specification on SQLite migrations for improved performance.
Remove `WITHOUT ROWID` specification on SQLite migrations for improved performance (see https://github.com/electric-sql/electric/pull/1349).

0 comments on commit b700551

Please sign in to comment.