Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@a8m
Copy link
Member

@a8m a8m commented Oct 3, 2021

This will allow moving from:

field.String(c).Unique()

To:

index.Field(c).Unique()

And vice versa

This will allow moving from:

	field.String(c).Unique()

To:
	index.Field(c).Unique()

And vice versa
@a8m a8m merged commit 14cba0a into master Oct 3, 2021
@a8m a8m deleted the issue2003 branch October 3, 2021 13:20
yonidavidson pushed a commit to yonidavidson/ent that referenced this pull request Nov 24, 2021
This will allow moving from:

	field.String(c).Unique()

To:

	index.Field(c).Unique()

And vice versa
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