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

Add support for PostgreSQL citext data type #3413

Merged
merged 1 commit into from
Nov 16, 2021

Conversation

jdufresne
Copy link
Member

Fixes #2177

@coveralls
Copy link

coveralls commented Nov 14, 2021

Coverage Status

Changes unknown
when pulling 7b3604a on jdufresne:citext
into ** on railsadminteam:master**.

module Config
module Fields
module Types
class Citext < String
Copy link
Member

@mshibuya mshibuya Nov 15, 2021

Choose a reason for hiding this comment

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

Copy link
Member Author

Choose a reason for hiding this comment

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

That works for me. Done in latest.

@mshibuya mshibuya merged commit 53ef1e5 into railsadminteam:master Nov 16, 2021
@mshibuya
Copy link
Member

Merged in, thanks!

@jdufresne jdufresne deleted the citext branch November 16, 2021 02:31
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.

PostgreSQL column type 'citext' not yet supported
3 participants