Skip to content

Commit

Permalink
feat: added enableUuidv4 to data-store exports
Browse files Browse the repository at this point in the history
  • Loading branch information
sksadjad committed Nov 23, 2023
1 parent f3bd000 commit d7c1237
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/data-store/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export { AbstractContactStore } from './contact/AbstractContactStore'
export { AbstractIssuanceBrandingStore } from './issuanceBranding/AbstractIssuanceBrandingStore'
export { IssuanceBrandingStore } from './issuanceBranding/IssuanceBrandingStore'
export { StatusListStore } from './statusList/StatusListStore'
export { DataStoreMigrations } from './migrations'
export { DataStoreMigrations, enableUuidv4 } from './migrations'
export * from './types'
export * from './utils/contact/MappingUtils'

Expand Down
1 change: 1 addition & 0 deletions packages/data-store/src/migrations/index.ts
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
export { DataStoreMigrations } from './generic'
export { enableUuidv4 } from './postgres/uuid'

0 comments on commit d7c1237

Please sign in to comment.