Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cope with UUIDs column type #42

Merged
merged 1 commit into from
Jun 13, 2022
Merged

Cope with UUIDs column type #42

merged 1 commit into from
Jun 13, 2022

Conversation

ricleal-fugue
Copy link
Contributor

@ricleal-fugue ricleal-fugue commented Jun 9, 2022

Following my comment on PR #41 I added support for the column type uuid in postgres.

Let me know of more info is needed to merge this.

@ricleal-fugue ricleal-fugue reopened this Jun 9, 2022
@ricleal-fugue
Copy link
Contributor Author

ricleal-fugue commented Jun 9, 2022

I realized that was just a simple change needed!!!!

FYI, it works!

image

DB:

+---------------------+--------------------------+-----------+
| Column              | Type                     | Modifiers |
|---------------------+--------------------------+-----------|
| id                  | uuid                     |  not null |
| organization_id     | uuid                     |  not null |

@fraenky8
Copy link
Owner

Hi @ricleal-fugue, thanks for this PR! Like this super simple change! Thanks for testing and confirming 👍 Will merge and tag soon.

@fraenky8 fraenky8 merged commit 39b3c02 into fraenky8:master Jun 13, 2022
@fraenky8 fraenky8 mentioned this pull request Jun 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants