Skip to content

Commit 205bffd

Browse files
committed
fix: use lsn for text
1 parent 9584c0f commit 205bffd

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
-- Change lsn column from pg_lsn to text to avoid ETL schema mismatch
2+
-- The ETL crate doesn't have pg_lsn in its type mappings, causing "schema has changed" errors
3+
alter table pgstream.events
4+
alter column lsn type text using lsn::text;

0 commit comments

Comments
 (0)