Skip to content

Commit 167731f

Browse files
committed
Whoops
1 parent aab12bb commit 167731f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/schema.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ export async function createSchemaVersion2(executor: Executor) {
1919
'create table replicache_meta (key text primary key, value json)',
2020
);
2121
await executor(
22-
"insert into replicache_meta (key, value) values ('schemaVersion', '1')",
22+
"insert into replicache_meta (key, value) values ('schemaVersion', '2')",
2323
);
2424

2525
// cvrversion is null until first pull initializes it.

0 commit comments

Comments
 (0)