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;