Skip to content

Commit e8def14

Browse files
committed
Revert "use db_version for col_version"
This reverts commit b4bc699.
1 parent 5736b10 commit e8def14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/rs/core/src/tableinfo.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ impl TableInfo {
507507
?,
508508
0 WHERE true
509509
ON CONFLICT DO UPDATE SET
510-
col_version = crsql_next_db_version(),
510+
col_version = col_version + 1,
511511
db_version = ?,
512512
seq = ?,
513513
site_id = 0;",

0 commit comments

Comments
 (0)