From f0f9ff56ef1bf70a1125406557c7cd195e4e215c Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Sat, 23 Sep 2023 11:47:45 +0000 Subject: [PATCH] try bumping schema version --- packages/store-sync/src/sqlite/schemaVersion.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/store-sync/src/sqlite/schemaVersion.ts b/packages/store-sync/src/sqlite/schemaVersion.ts index fb06a9bdc7..676dc68375 100644 --- a/packages/store-sync/src/sqlite/schemaVersion.ts +++ b/packages/store-sync/src/sqlite/schemaVersion.ts @@ -1,3 +1,3 @@ // When this is incremented, it forces all indexers to reindex from scratch the next time they start up. // Only use this when the schemas change, until we get proper schema migrations. -export const schemaVersion = 1; +export const schemaVersion = 2;