-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: refactored usages of enablePostgresUuidExtension to accept query…
…Runner as the main param
- Loading branch information
Showing
6 changed files
with
10 additions
and
22 deletions.
There are no files selected for viewing
3 changes: 1 addition & 2 deletions
3
packages/data-store/src/migrations/postgres/1659463079428-CreateContacts.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
packages/data-store/src/migrations/postgres/1685628974232-CreateIssuanceBranding.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
3 changes: 1 addition & 2 deletions
3
packages/data-store/src/migrations/postgres/1690925872592-CreateContacts.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
export * from './encoding' | ||
export { enablePostgresUuidExtension, flattenArray, flattenMigrations, WithTypeOrmQuery } from './database' | ||
export { enablePostgresUuidExtension, flattenArray, flattenMigrations } from './database' | ||
export { getImageMediaType, getImageDimensions, downloadImage } from './image' | ||
export * from './vc' |