Skip to content

Commit

Permalink
feat(store-sync): export postgres column type helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
alvrs committed Oct 4, 2023
1 parent e4e7d77 commit 7c781eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/store-sync/src/postgres/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@ export * from "./schemaVersion";
export * from "./postgresStorage";
export * from "./setupTables";
export * from "./syncToPostgres";
export * from "./columnTypes";

0 comments on commit 7c781eb

Please sign in to comment.