There was an error while loading. Please reload this page.
1 parent aab12bb commit 167731fCopy full SHA for 167731f
server/src/schema.ts
@@ -19,7 +19,7 @@ export async function createSchemaVersion2(executor: Executor) {
19
'create table replicache_meta (key text primary key, value json)',
20
);
21
await executor(
22
- "insert into replicache_meta (key, value) values ('schemaVersion', '1')",
+ "insert into replicache_meta (key, value) values ('schemaVersion', '2')",
23
24
25
// cvrversion is null until first pull initializes it.
0 commit comments