Skip to content

Commit

Permalink
feat(store-sync): export postgres column type helpers (#1699)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 4, 2023
1 parent e4e7d77 commit 08d7c47
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/breezy-cameras-switch.md
@@ -0,0 +1,5 @@
---
"@latticexyz/store-sync": patch
---

Export postgres column type helpers from `@latticexyz/store-sync`.
1 change: 1 addition & 0 deletions packages/store-sync/src/postgres/index.ts
Expand Up @@ -6,3 +6,4 @@ export * from "./schemaVersion";
export * from "./postgresStorage";
export * from "./setupTables";
export * from "./syncToPostgres";
export * from "./columnTypes";

1 comment on commit 08d7c47

@vercel
Copy link

@vercel vercel bot commented on 08d7c47 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.