mirror of
https://github.com/syncthing/syncthing.git
synced 2026-06-28 10:25:51 -04:00
fix(sqlite): update last migration to set schema version, counts (#10768)
The counts needs to be modified manually since we're not running triggers during migrations. The schema version needed to be bumped. Signed-off-by: Jakob Borg <jakob@kastelo.net>
This commit is contained in:
@@ -10,3 +10,7 @@ UPDATE files
|
||||
SET size = 0
|
||||
WHERE type != 0
|
||||
;
|
||||
UPDATE counts
|
||||
SET size = 0
|
||||
WHERE type != 0
|
||||
;
|
||||
|
||||
Reference in New Issue
Block a user