Skip to content

Commit 7f9141b

Browse files
committed
docs(sync): update dbmem_content schema to TEXT hash
1 parent 80578ff commit 7f9141b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/sync/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ The sync layer routes changes through a [SQLiteCloud](https://sqlitecloud.io/) m
6262
3. **Create the memory table** — connect to your database and run:
6363
```sql
6464
CREATE TABLE IF NOT EXISTS dbmem_content (
65-
hash INTEGER PRIMARY KEY NOT NULL,
65+
hash TEXT PRIMARY KEY NOT NULL,
6666
path TEXT NOT NULL DEFAULT '' UNIQUE,
6767
value TEXT DEFAULT NULL,
6868
length INTEGER NOT NULL DEFAULT 0,

0 commit comments

Comments
 (0)