Skip to content
This repository was archived by the owner on Mar 20, 2025. It is now read-only.

Commit bc406bd

Browse files
SeanKilleenAaronontheweb
authored andcommitted
(docs) Remove snapshot field from snapshot table setup (#48)
The table uses `payload` instead.
1 parent 2156d94 commit bc406bd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,6 @@ CREATE TABLE {your_snapshot_table_name} (
101101
created_at BIGINT NOT NULL,
102102
manifest VARCHAR(500) NOT NULL,
103103
payload BYTEA NOT NULL,
104-
snapshot BYTEA NOT NULL,
105104
serializer_id INTEGER NULL,
106105
CONSTRAINT {your_snapshot_table_name}_pk PRIMARY KEY (persistence_id, sequence_nr)
107106
);

0 commit comments

Comments
 (0)